-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
export(choropleth)
export(custom_map)
export(distributed_flow)
export(import_mapdata)
export(process_data)
export(process_raster)
export(process_shape)
export(return_error)
export(save_plot)
export(simplify_mapdata)
export(verify_csv)
export(verify_data)
export(verify_raster)
export(verify_shape)
import(RColorBrewer)
importFrom(classInt,classIntervals)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_scale)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_label)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_update)
importFrom(ggspatial,df_spatial)
importFrom(ggspatial,layer_spatial)
importFrom(raster,as.data.frame)
importFrom(raster,compareCRS)
importFrom(raster,crs)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(rgis,import_raster)
importFrom(sf,st_crs)
importFrom(sf,st_transform)