-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
77 lines (76 loc) · 2.29 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
importFrom("lme4", "lmer", "lmerControl", "glmer", "glmerControl")
importFrom("grDevices", "dev.new", "dev.off", "recordPlot", "colorRampPalette", "heat.colors")
importFrom("graphics", "abline", "axis", "hist", "legend", "lines",
"mtext", "par", "plot","segments","points","title", 'stripchart', 'boxplot')
importFrom("stats", ".getXlevels", "binomial", "cor", "fitted",
"gaussian", "glm", "is.empty.model", "lm.fit", "lm.wfit",
"model.matrix", "model.offset", "model.response",
"model.weights", "poisson", "qqline", "qqnorm", "qt",
"resid", "sd","lm","na.omit","t.test","residuals.glm",'interaction.plot', "quantile")
importFrom("methods","setGeneric","is")
importFrom("utils", "read.csv","write.csv","browseURL")
importFrom("Kendall","Kendall")
importFrom("tcltk","tktoplevel","tkwm.state","tkimage.create","tcl","tklabel",
"tkcheckbutton","tclVar","tkconfigure","tclvalue","tkdestroy","tkbutton",
"tkgrid","tkwait.window","tclServiceMode","tktitle")
importFrom("gtools","even")
importFrom("visNetwork", 'visNetwork',"visPhysics", "visOptions", "visSave", "visNodes")
export(ant)
export(assoc.gfi)
export(assoc.indices)
export(convert.socprog)
export(df.create)
export(df.ctrlFactor)
export(df.to.gbi)
export(df.to.gbi.focal)
export(df.to.mat)
export(gbi.to.df)
export(grp.to.edgl)
export(import.df)
export(import.mat)
export(mat.to.edgl)
export(mat.binaryzation)
export(met)
export(met.affinity)
export(met.assortativity)
export(met.betweenness)
export(met.ci)
export(met.degree)
export(met.density)
export(met.disparity)
export(met.eigen)
export(met.ge)
export(met.geodesic)
export(met.diameter)
export(met.indegree)
export(met.instrength)
export(met.lp)
export(met.outdegree)
export(met.outstrength)
export(met.reach)
export(met.ri)
export(met.strength)
export(perm.ds.focal)
export(perm.ds.grp)
export(perm.net.degree)
export(perm.net.lk)
export(perm.net.lk.w)
export(perm.net.nl)
export(perm.net.nl.str)
export(perm.net.weigths)
export(sampling.effort)
export(sampling.robustness)
export(sampling.uncertainty)
export(stat.cor)
export(stat.deletions)
export(stat.deletionsPlot)
export(stat.glm)
export(stat.glmm)
export(stat.lm)
export(stat.t)
export(stat.tauKr)
export(vis.hist)
export(vis.net)
export(which.metric)
export(which.protocol)
useDynLib(ANTs)