forked from r-tmap/tmaptools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·52 lines (51 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(approx_areas)
export(approx_distances)
export(bb)
export(bb_earth)
export(bb_poly)
export(calc_densities)
export(crop_shape)
export(geocode_OSM)
export(get_asp_ratio)
export(get_brewer_pal)
export(get_neighbours)
export(get_proj4)
export(get_projection)
export(is_projected)
export(map_coloring)
export(palette_explorer)
export(read_GPX)
export(read_osm)
export(rev_geocode_OSM)
export(set_projection)
export(simplify_shape)
export(tmap.pal.info)
import(RColorBrewer)
import(grid)
import(sf)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlChildren)
importFrom(XML,xmlRoot)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(dichromat,dichromat)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(lwgeom,st_geod_area)
importFrom(lwgeom,st_transform_proj)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(stars,st_as_stars)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,download.file)
importFrom(viridisLite,viridis)