forked from r-tmap/tmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
134 lines (131 loc) · 2.96 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
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
if(getRversion() >= "3.6.0") {
S3method(knitr::knit_print, tmap)
} else {
export(knit_print.tmap)
}
if(getRversion() >= "3.6.0") {
S3method(knitr::knit_print, tmap_arrange)
} else {
export(knit_print.tmap_arrange)
}
S3method("+",tmap)
S3method(print,tmap)
S3method(print,tmap_arrange)
export(marker_icon)
export(providers)
export(qtm)
export(renderTmap)
export(theme_ps)
export(tm_add_legend)
export(tm_basemap)
export(tm_borders)
export(tm_bubbles)
export(tm_compass)
export(tm_credits)
export(tm_dots)
export(tm_facets)
export(tm_fill)
export(tm_format)
export(tm_graticules)
export(tm_grid)
export(tm_iso)
export(tm_layout)
export(tm_legend)
export(tm_lines)
export(tm_logo)
export(tm_markers)
export(tm_minimap)
export(tm_mouse_coordinates)
export(tm_polygons)
export(tm_raster)
export(tm_remove_layer)
export(tm_rgb)
export(tm_rgba)
export(tm_scale_bar)
export(tm_sf)
export(tm_shape)
export(tm_squares)
export(tm_style)
export(tm_symbols)
export(tm_text)
export(tm_tiles)
export(tm_view)
export(tm_xlab)
export(tm_ylab)
export(tmapOutput)
export(tmapProxy)
export(tmap_animation)
export(tmap_arrange)
export(tmap_design_mode)
export(tmap_format)
export(tmap_format_add)
export(tmap_grob)
export(tmap_icons)
export(tmap_last)
export(tmap_leaflet)
export(tmap_mode)
export(tmap_options)
export(tmap_options_diff)
export(tmap_options_reset)
export(tmap_options_save)
export(tmap_save)
export(tmap_style)
export(tmap_style_catalog)
export(tmap_style_catalogue)
export(tmap_tip)
export(ttm)
export(ttmp)
import(RColorBrewer)
import(grid)
import(leaflet)
import(leafsync)
import(methods)
import(sf)
import(stars)
import(tmaptools)
importFrom(abind,adrop)
importFrom(classInt,classIntervals)
importFrom(classInt,findCols)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.set)
importFrom(grDevices,dev.size)
importFrom(grDevices,is.raster)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,xy.coords)
importFrom(graphics,par)
importFrom(htmltools,HTML)
importFrom(htmltools,htmlEscape)
importFrom(htmltools,tags)
importFrom(htmlwidgets,appendContent)
importFrom(htmlwidgets,onRender)
importFrom(htmlwidgets,saveWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(leafem,addMouseCoordinates)
importFrom(leafem,addStarsImage)
importFrom(leafem,addStarsRGB)
importFrom(rlang,expr)
importFrom(rlang,missing_arg)
importFrom(stats,dnorm)
importFrom(stats,fft)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(viridisLite,viridis)