-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 889 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
# Generated by roxygen2: do not edit by hand
S3method(plot,cv.hfr)
S3method(plot,hfr)
S3method(predict,cv.hfr)
S3method(predict,hfr)
S3method(print,cv.hfr)
S3method(print,hfr)
export(cv.hfr)
export(hfr)
export(se.avg)
importFrom(RColorBrewer,brewer.pal)
importFrom(corpcor,pcor.shrink)
importFrom(dendextend,branches_attr_by_labels)
importFrom(dendextend,get_nodes_xy)
importFrom(dendextend,set)
importFrom(graphics,abline)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(quadprog,solve.QP)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,hclust)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)