-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.7 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
# Generated by roxygen2: do not edit by hand
S3method(tmapMapboxCompHeight,tm_chart)
S3method(tmapMapboxCompHeight,tm_compass)
S3method(tmapMapboxCompHeight,tm_credits)
S3method(tmapMapboxCompHeight,tm_legend_standard_landscape)
S3method(tmapMapboxCompHeight,tm_legend_standard_portrait)
S3method(tmapMapboxCompHeight,tm_mouse_coordinates)
S3method(tmapMapboxCompHeight,tm_scalebar)
S3method(tmapMapboxCompHeight,tm_title)
S3method(tmapMapboxCompPrepare,tm_chart)
S3method(tmapMapboxCompPrepare,tm_chart_none)
S3method(tmapMapboxCompPrepare,tm_compass)
S3method(tmapMapboxCompPrepare,tm_credits)
S3method(tmapMapboxCompPrepare,tm_legend_standard_landscape)
S3method(tmapMapboxCompPrepare,tm_legend_standard_portrait)
S3method(tmapMapboxCompPrepare,tm_mouse_coordinates)
S3method(tmapMapboxCompPrepare,tm_scalebar)
S3method(tmapMapboxCompPrepare,tm_title)
S3method(tmapMapboxCompWidth,tm_chart)
S3method(tmapMapboxCompWidth,tm_compass)
S3method(tmapMapboxCompWidth,tm_credits)
S3method(tmapMapboxCompWidth,tm_legend_standard_landscape)
S3method(tmapMapboxCompWidth,tm_legend_standard_portrait)
S3method(tmapMapboxCompWidth,tm_mouse_coordinates)
S3method(tmapMapboxCompWidth,tm_scalebar)
S3method(tmapMapboxCompWidth,tm_title)
S3method(tmapMapboxLegPlot,tm_chart)
S3method(tmapMapboxLegPlot,tm_chart_histogram)
S3method(tmapMapboxLegPlot,tm_compass)
S3method(tmapMapboxLegPlot,tm_credits)
S3method(tmapMapboxLegPlot,tm_legend_standard_landscape)
S3method(tmapMapboxLegPlot,tm_legend_standard_portrait)
S3method(tmapMapboxLegPlot,tm_mouse_coordinates)
S3method(tmapMapboxLegPlot,tm_scalebar)
S3method(tmapMapboxLegPlot,tm_title)
export(renderTmapMapbox)
export(tm_mapbox)
export(tmapMapboxArrange)
export(tmapMapboxAux)
export(tmapMapboxComp)
export(tmapMapboxCompHeight)
export(tmapMapboxCompPrepare)
export(tmapMapboxCompWidth)
export(tmapMapboxGrid)
export(tmapMapboxGridPrep)
export(tmapMapboxGridXLab)
export(tmapMapboxGridYLab)
export(tmapMapboxInit)
export(tmapMapboxLegPlot)
export(tmapMapboxLines)
export(tmapMapboxOverlay)
export(tmapMapboxPolygons)
export(tmapMapboxProviders)
export(tmapMapboxRaster)
export(tmapMapboxRun)
export(tmapMapboxShape)
export(tmapMapboxSymbols)
export(tmapMapboxText)
export(tmapMapboxTiles)
export(tmapMapboxTilesPrep)
export(tmapMapboxWrap)
export(tmapMapboxXlab)
export(tmapMapboxXtab)
export(tmapMapboxYlab)
export(tmapOutputMapbox)
export(tmapProxyMapbox)
import(data.table)
import(sf)
importFrom(colorspace,deutan)
importFrom(colorspace,protan)
importFrom(colorspace,tritan)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(htmltools,tags)
importFrom(htmlwidgets,prependContent)
importFrom(leafsync,latticeview)
importFrom(tmaptools,bb_poly)
importFrom(units,drop_units)
importFrom(units,set_units)