-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export(mf_annotation)
export(mf_arrow)
export(mf_background)
export(mf_base)
export(mf_choro)
export(mf_credits)
export(mf_distr)
export(mf_export)
export(mf_get_borders)
export(mf_get_breaks)
export(mf_get_leg_pos)
export(mf_get_links)
export(mf_get_mtq)
export(mf_get_pal)
export(mf_get_pencil)
export(mf_get_ratio)
export(mf_grad)
export(mf_graticule)
export(mf_init)
export(mf_inset_off)
export(mf_inset_on)
export(mf_label)
export(mf_layout)
export(mf_legend)
export(mf_map)
export(mf_prop)
export(mf_prop_choro)
export(mf_prop_typo)
export(mf_raster)
export(mf_scale)
export(mf_shadow)
export(mf_symb)
export(mf_symb_choro)
export(mf_theme)
export(mf_title)
export(mf_typo)
export(mf_worldmap)
import(graphics)
import(s2)
import(sf)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,hcl.pals)
importFrom(grDevices,png)
importFrom(grDevices,svg)
importFrom(graphics,box)
importFrom(maplegend,leg)
importFrom(maplegend,leg_comp)
importFrom(maplegend,leg_draw)
importFrom(sf,"st_crs<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_is_longlat)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,globalVariables)