-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
141 lines (140 loc) · 3.72 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
# Generated by roxygen2: do not edit by hand
S3method("[",curve_set)
S3method(plot,combined_fboxplot)
S3method(plot,combined_global_envelope)
S3method(plot,combined_global_envelope2d)
S3method(plot,curve_set)
S3method(plot,curve_set2d)
S3method(plot,fboxplot)
S3method(plot,fclust)
S3method(plot,global_envelope)
S3method(plot,global_envelope2d)
S3method(print,GET_contingency)
S3method(print,combined_fboxplot)
S3method(print,combined_global_envelope)
S3method(print,curve_set)
S3method(print,deviation_test)
S3method(print,fboxplot)
S3method(print,fclust)
S3method(print,fdr_envelope)
S3method(print,global_envelope)
S3method(subset,curve_set)
export(GET.composite)
export(GET.distrequal)
export(GET.distrindep)
export(GET.localcor)
export(GET.spatialF)
export(GET.variogram)
export(GeomCentralRegion)
export(GeomCentralRegionMulti)
export(StatCentralRegion)
export(as.curve_set)
export(central_region)
export(combine_forder)
export(combined_scaled_MAD_envelope_test)
export(create_curve_set)
export(create_image_set)
export(crop_curves)
export(curve_set)
export(deviation_test)
export(fBoxplot)
export(fclustering)
export(fdr_envelope)
export(forder)
export(frank.fanova)
export(frank.flm)
export(geom_central_region)
export(global_envelope_test)
export(global_rq)
export(graph.fanova)
export(graph.flm)
export(is.curve_set)
export(partial_forder)
export(qdir_envelope)
export(rank_envelope)
export(residual)
export(st_envelope)
export(stat_central_region)
export(unscaled_envelope)
importFrom(cluster,pam)
importFrom(ggplot2,.data)
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomLine)
importFrom(ggplot2,GeomRibbon)
importFrom(ggplot2,Stat)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,alpha)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,draw_key_rect)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,label_value)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,vars)
importFrom(grDevices,grey)
importFrom(grDevices,grey.colors)
importFrom(grid,arrow)
importFrom(grid,gList)
importFrom(grid,rasterGrob)
importFrom(gridExtra,grid.arrange)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(stats,anova)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dummy.coef)
importFrom(stats,ecdf)
importFrom(stats,filter)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,predict.lm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,str)
importFrom(viridisLite,viridis)