-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
146 lines (119 loc) · 3.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# C++ stuff:
useDynLib(qgraph, .registration=TRUE)
importFrom(Rcpp, evalCpp)
# Rest:
export(mutualInformation)
# export(vein)
export(flow)
importFrom("utils", "capture.output")
importFrom("grDevices", "hcl")
S3method(print, ggmFit)
S3method(plot, ggmFit)
export(ggmFit)
export(pathways)
export(smallworldIndex)
export(clusteringTable)
export(clusteringPlot)
export(centralityTable)
export(centralityPlot)
export(qgraph)
export(qgraph.layout.fruchtermanreingold)
export(qgraph.loadings)
#export(qgraph.efa)
#export(qgraph.svg)
#export(qgraph.pca)
#export(qgraph.sem)
#export(qgraph.panel)
#export(qgraph.semModel)
#export(qgraph.cfa)
#export(qgraph.lavaan)
#export(qgraph.gui)
export(centrality)
S3method(print, qgraph)
export(qgraph.animate)
S3method(plot, qgraph)
S3method(summary, qgraph)
#importFrom(sem,"sem","standardizedCoefficients")
#importFrom(psych,"principal")
#importFrom(lavaan,"lavaan","cfa","standardizedSolution", "standardizedsolution", "parameterEstimates", "parameterestimates","inspect")
importClassesFrom(lavaan,"lavaan")
importFrom(stats,"factanal")
# importFrom(ellipse,"ellipse")
importFrom(corpcor,"cor2pcor")
importFrom(graphics,"plot","points","lines","polygon")
importFrom(png,"readPNG")
importFrom(jpeg,"readJPEG")
import(plyr)
importFrom(Hmisc,"subplot")
import(igraph)
S3method(as.igraph, qgraph)
importFrom(colorspace,rainbow_hcl)
importFrom(Matrix,sparseMatrix)
export(averageLayout)
export(getWmat)
S3method(getWmat, matrix)
S3method(getWmat, data.frame)
S3method(getWmat, igraph)
S3method(getWmat, qgraph)
S3method(getWmat, list)
S3method(getWmat, bootnetResult)
importFrom(reshape2, "melt")
import(ggplot2)
# importFrom(glasso, glasso)
# importFrom(sna, component.largest)
import(fdrtool)
importFrom(psych,corr.p)
# export(smoothAnimationList)
# export(mixGraphs)
# Functions Giulio:
export(smallworldness)
export(clustOnnela)
export(clustZhang)
export(clustWS)
export(clustcoef_auto)
export(centrality_auto)
export(mat2vec)
# LASSO STUFF:
export(wi2net)
export(EBICglasso)
export(ggmModSelect)
#export(EBICglasso2)
#export(EBICglassoCluster)
importFrom(Matrix, forceSymmetric)
import(glasso)
## corauto stuff:
#importFrom(huge, huge.npn)
#importFrom(psych, tetrachoric)
#importFrom(psych, polychoric)
export(cor_auto)
importFrom(lavaan, lavCor)
export(VARglm)
export(FDRnetwork)
# importFrom(sendplot, "xy.send")
# export(qgraphAnnotate)
#importFrom(d3Network, "d3ForceNetwork")
importFrom(gtools, mixedorder)
importFrom(gtools, mixedsort)
export(qgraphMixed)
# exports for the BW function
export(makeBW)
# Extra:
# Extra:
importFrom("grDevices", "col2rgb", "dev.cur", "dev.list", "dev.new",
"dev.off", "dev.size", "jpeg", "pdf", "png", "postscript",
"rainbow", "rgb", "tiff")
importFrom("graphics", "par", "rect", "strheight", "strwidth", "text",
"title", "xspline")
importFrom("methods", "is")
importFrom("stats", "BIC", "ave", "coef", "cor", "cov", "cov2cor",
"glm", "loess", "pchisq", "predict", "qt", "quantile",
"rnorm", "sd", "weighted.mean")
importFrom("utils", "browseURL", "combn", "menu", "setTxtProgressBar",
"txtProgressBar")
importFrom("graphics", "plot.new", "plot.window")
importFrom("stats", "uniroot")
# Parallel:
import(parallel)
importFrom("pbapply","pblapply")
importFrom("abind","abind")
#export(as.ggraph)