forked from rgcca-factory/RGCCA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
105 lines (104 loc) · 2.62 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
# Generated by roxygen2: do not edit by hand
S3method(plot,bootstrap)
S3method(plot,cval)
S3method(plot,permutation)
S3method(plot,predict)
S3method(plot,rgcca)
S3method(print,bootstrap)
S3method(print,cval)
S3method(print,permutation)
S3method(print,rgcca)
export(bootstrap)
export(get_bootstrap)
export(load_blocks)
export(load_response)
export(plot_ave)
export(plot_bootstrap_1D)
export(plot_bootstrap_2D)
export(plot_ind)
export(plot_network)
export(plot_network2)
export(plot_var_1D)
export(plot_var_2D)
export(rgcca)
export(rgcca_cv)
export(rgcca_cv_k)
export(rgcca_permutation)
export(rgcca_predict)
export(rgcca_stability)
export(rgccad)
export(save_plot)
export(sgcca)
import(ggplot2)
importFrom(Deriv,Deriv)
importFrom(MASS,ginv)
importFrom(MASS,lda)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,graphics.off)
importFrom(grDevices,grey.colors)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,close.screen)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,screen)
importFrom(graphics,segments)
importFrom(graphics,split.screen)
importFrom(graphics,text)
importFrom(gridExtra,grid.arrange)
importFrom(methods,is)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(scales,hue_pal)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qbinom)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)