-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
62 lines (61 loc) · 1.46 KB
/
NAMESPACE
File metadata and controls
62 lines (61 loc) · 1.46 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,animateShiny)
S3method(plot,bootSemNeT)
S3method(plot,compareShiny)
export(ASPL)
export(CC)
export(CN)
export(NRW)
export(PF)
export(Q)
export(SemNeTShiny)
export(TMFG)
export(bootSemNeT)
export(compare_nets)
export(convert2cytoscape)
export(convert2igraph)
export(equate)
export(finalize)
export(randnet.test)
export(randwalk)
export(response.analysis)
export(semnetmeas)
export(sim.fluency)
export(similarity)
export(test.bootSemNeT)
import(dplyr)
import(ggplot2)
importFrom(graphics,layout)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,TukeyHSD)
importFrom(stats,aov)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,binom.test)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,mcnemar.test)
importFrom(stats,na.action)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)