-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
42 lines (41 loc) · 938 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(diagnostic,shc)
S3method(fwer_cutoff,shc)
S3method(plot,shc)
S3method(print,shc)
S3method(summary,shc)
export(diagnostic)
export(fwer_cutoff)
export(null_eigval)
export(shc)
export(shcutree)
export(sigclust)
import(WGCNA)
import(dplyr)
import(ggdendro)
import(ggplot2)
import(ggthemes)
import(methods)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,kmeans)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)