-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathNAMESPACE
More file actions
134 lines (133 loc) · 3.29 KB
/
NAMESPACE
File metadata and controls
134 lines (133 loc) · 3.29 KB
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
# 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_frame)
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_logo)
export(mf_map)
export(mf_png)
export(mf_prop)
export(mf_prop_choro)
export(mf_prop_typo)
export(mf_raster)
export(mf_scale)
export(mf_shadow)
export(mf_svg)
export(mf_symb)
export(mf_symb_choro)
export(mf_text)
export(mf_theme)
export(mf_title)
export(mf_typo)
export(mf_worldmap)
importFrom(classInt,classIntervals)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.size)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,hcl.pals)
importFrom(grDevices,png)
importFrom(grDevices,recordGraphics)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,xy.coords)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(graphics,xinch)
importFrom(graphics,xyinch)
importFrom(graphics,yinch)
importFrom(maplegend,leg)
importFrom(maplegend,leg_comp)
importFrom(maplegend,leg_draw)
importFrom(s2,as_s2_geography)
importFrom(s2,s2_buffer_cells)
importFrom(s2,s2_data_countries)
importFrom(s2,s2_difference)
importFrom(s2,s2_intersection)
importFrom(s2,s2_union_agg)
importFrom(sf,"st_crs<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_agr)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_combine)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_graticule)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_empty)
importFrom(sf,st_is_longlat)
importFrom(sf,st_make_grid)
importFrom(sf,st_multilinestring)
importFrom(sf,st_multipolygon)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sample)
importFrom(sf,st_set_agr)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stats,aggregate)
importFrom(stats,bw.SJ)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,globalVariables)