-
Notifications
You must be signed in to change notification settings - Fork 46
/
NAMESPACE
86 lines (77 loc) · 1.63 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
import(
tcltk,
tcltk2,
ape,
pamr,
e1071,
class,
lattice,
tsne
)
importFrom(grDevices, dev.off, gray, jpeg, pdf, png, rgb, svg, gray.colors, hsv)
importFrom(graphics, abline, arrows, axis, barplot, box, boxplot,
layout, legend, lines, mtext, par, plot, polygon, rect,
segments, text, title, points)
importFrom(stats, as.dendrogram, as.dist, biplot, chisq.test, cmdscale,
dendrapply, dist, hclust, is.leaf, prcomp, predict, sd,
wilcox.test)
importFrom(utils, head, read.table, read.csv, write.csv, write.table)
export(
assign.plot.colors,
change.encoding,
check.encoding,
classify,
crossv,
define.plot.area,
delete.markup,
delete.stop.words,
dist.argamon,
dist.cosine,
dist.delta,
dist.eder,
dist.entropy,
dist.minmax,
dist.simple,
dist.wurzburg,
gui.classify,
gui.oppose,
gui.stylo,
imposters,
imposters.optimize,
load.corpus.and.parse,
load.corpus,
make.frequency.list,
make.ngrams,
make.samples,
make.table.of.frequencies,
oppose,
parse.corpus,
parse.pos.tags,
perform.culling,
perform.delta,
perform.knn,
perform.naivebayes,
perform.nsc,
perform.svm,
perform.impostors,
performance.measures,
rolling.classify,
rolling.delta,
samplesize.penalize,
stylo.default.settings,
stylo.network,
stylo.pronouns,
stylo,
txt.to.features,
txt.to.words.ext,
txt.to.words,
zeta.chisquare,
zeta.craig,
zeta.eder
)
S3method(print, stylo.results)
S3method(print, stylo.corpus)
S3method(print, stylo.data)
S3method(summary, stylo.results)
S3method(summary, stylo.corpus)
S3method(plot, sample.size)