-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 917 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 917 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,bridge)
S3method(plot,expectedInf)
S3method(plot,goldbricker)
S3method(print,bridge)
S3method(print,expectedInf)
S3method(print,goldbricker)
S3method(summary,bridge)
S3method(summary,expectedInf)
export(EIGENnet)
export(MDSnet)
export(PCAnet)
export(PROCRUSTESnet)
export(assumptionCheck)
export(bridge)
export(coerce_to_adjacency)
export(expectedInf)
export(goldbricker)
export(net_reduce)
importFrom(R.utils,withTimeout)
importFrom(RColorBrewer,brewer.pal)
importFrom(eigenmodel,eigenmodel_mcmc)
importFrom(grDevices,dev.size)
importFrom(graphics,plot.new)
importFrom(graphics,text)
importFrom(igraph,E)
importFrom(psych,principal)
importFrom(smacof,mds)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(wordcloud,wordlayout)