-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
60 lines (59 loc) · 1.59 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(check.dist,default)
S3method(check.dist,dist)
S3method(check.dist,list)
S3method(check.dist,matrix)
S3method(mantel.test,dist)
S3method(mantel.test,formula)
S3method(mantel.test,list)
S3method(plot,mantel)
S3method(print,mantel)
S3method(print,pagetest)
S3method(print,sm)
S3method(print,ssm)
S3method(sm.compositionality,default)
S3method(sm.compositionality,formula)
S3method(sm.segmentation,default)
S3method(sm.segmentation,formula)
S3method(ssm.compositionality,default)
S3method(ssm.compositionality,formula)
S3method(ssm.segmentation,default)
S3method(ssm.segmentation,formula)
export(binaryfeaturematrix)
export(check.dist)
export(count.substring.occurrences)
export(enumerate.meaningcombinations)
export(enumerate.substrings)
export(hammingdists)
export(mantel.test)
export(normalisedlevenshteindists)
export(orderinsensitivedists)
export(page.L)
export(page.compute.exact)
export(page.test)
export(read.dist)
export(repmatrix)
export(segment.counts)
export(segment.string)
export(shuffle.locations)
export(sm.compositionality)
export(sm.segmentation)
export(ssm.compositionality)
export(ssm.segmentation)
export(temperature.colors)
export(wrap.meaningdistfunction)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,dhyper)
importFrom(stats,dnorm)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(stringi,stri_locate_all_fixed)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)