-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
S3method(plot,BTM)
S3method(textplot_bar,default)
S3method(textplot_bitermclusters,default)
S3method(textplot_cooccurrence,default)
S3method(textplot_correlation_glasso,default)
S3method(textplot_correlation_lines,default)
S3method(textplot_dependencyparser,default)
S3method(textplot_embedding_2d,default)
export(textplot_bar)
export(textplot_bitermclusters)
export(textplot_cooccurrence)
export(textplot_correlation_glasso)
export(textplot_correlation_lines)
export(textplot_correlation_lines_attrs)
export(textplot_dependencyparser)
export(textplot_embedding_2d)
importFrom(Matrix,colMeans)
importFrom(Matrix,crossprod)
importFrom(Matrix,diag)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,nearPD)
importFrom(Matrix,tcrossprod)
importFrom(data.table,":=")
importFrom(data.table,copy)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(graphics,arrows)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(lattice,dotplot)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.dotplot)
importFrom(lattice,panel.lines)
importFrom(lattice,panel.text)
importFrom(methods,as)
importFrom(methods,getMethod)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,terms)
importFrom(utils,head)