forked from Maschette/SOmap
-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
101 lines (100 loc) · 2.57 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
# Generated by roxygen2: do not edit by hand
S3method(plot,SOmap)
S3method(plot,SOmap_auto)
S3method(plot,SOmap_auto_gg)
S3method(plot,SOmap_gg)
S3method(plot,SOmap_legend)
S3method(plot,SOmap_management)
S3method(print,SOmap)
S3method(print,SOmap_auto)
S3method(print,SOmap_auto_gg)
S3method(print,SOmap_gg)
S3method(print,SOmap_legend)
S3method(print,SOmap_management)
S3method(reproj,BasicRaster)
S3method(reproj,SOmap)
S3method(reproj,SOmap_auto)
S3method(reproj,SOmap_legend)
S3method(reproj,SOmap_management)
S3method(reproj,Spatial)
S3method(reproj,sf)
S3method(reproj,sfc)
export(SO_plotter)
export(SOauto_crop)
export(SOauto_map)
export(SObin)
export(SOcode)
export(SOcrs)
export(SOgg)
export(SOgg_cex)
export(SOleg)
export(SOmanagement)
export(SOmap)
export(SOmap2)
export(SOmap_auto)
export(SOmap_text)
export(SOmerge)
export(SOplot)
export(SOproj)
export(default_somap)
export(latmask)
export(reproj)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_text)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.size)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,heat.colors)
importFrom(graphics,contour)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(raster,"projection<-")
importFrom(raster,contour)
importFrom(raster,crop)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,ncell)
importFrom(raster,plot)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(reproj,reproj)
importFrom(rlang,.data)
importFrom(sp,"coordinates<-")
importFrom(sp,plot)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(utils,data)
importFrom(utils,getS3method)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(vapour,vapour_warp_raster)