-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.25 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,cancor)
S3method(autoplot,cancoreof)
S3method(autoplot,emporthfun)
S3method(autoplot,hovmoller)
S3method(autoplot,semivariogramobj)
S3method(autoplot,spatialcov)
S3method(autoplot,spatialmeans)
S3method(autoplot,temporalmeans)
S3method(cancor_eof,data.frame)
S3method(cancor_eof,stars)
S3method(canonical_correlation,data.frame)
S3method(canonical_correlation,stars)
S3method(emp_orth_fun,data.frame)
S3method(emp_orth_fun,stars)
S3method(emp_spatial_cov,data.frame)
S3method(emp_spatial_cov,stars)
S3method(hovmoller,data.frame)
S3method(hovmoller,stars)
S3method(ridgeline,data.frame)
S3method(ridgeline,stars)
S3method(semivariogram,data.frame)
S3method(semivariogram,stars)
S3method(spatial_means,data.frame)
S3method(spatial_means,stars)
S3method(spatial_snapshots,data.frame)
S3method(spatial_snapshots,stars)
S3method(temporal_means,data.frame)
S3method(temporal_means,stars)
S3method(temporal_snapshots,data.frame)
S3method(temporal_snapshots,stars)
export("%>%")
export(autoplot)
export(cancor_eof)
export(canonical_correlation)
export(emp_orth_fun)
export(emp_spatial_cov)
export(hovmoller)
export(ridgeline)
export(semivariogram)
export(spatial_means)
export(spatial_snapshots)
export(temporal_means)
export(temporal_snapshots)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_distiller)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,stat)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggridges,geom_density_ridges_gradient)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stars,geom_stars)
importFrom(stats,cancor)
importFrom(stats,cov)
importFrom(stats,lm)