This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
S3method(hull,gg)
S3method(hull,leaflet)
S3method(map_ggplot,SpatialPoints)
S3method(map_ggplot,SpatialPointsDataFrame)
S3method(map_ggplot,data.frame)
S3method(map_ggplot,default)
S3method(map_ggplot,gbif)
S3method(map_ggplot,gbif_data)
S3method(map_ggplot,occdat)
S3method(map_ggplot,occdatind)
S3method(map_gist,SpatialPoints)
S3method(map_gist,SpatialPointsDataFrame)
S3method(map_gist,data.frame)
S3method(map_gist,default)
S3method(map_gist,gbif)
S3method(map_gist,gbif_data)
S3method(map_gist,occdat)
S3method(map_gist,occdatind)
S3method(map_leaflet,SpatialPoints)
S3method(map_leaflet,SpatialPointsDataFrame)
S3method(map_leaflet,data.frame)
S3method(map_leaflet,default)
S3method(map_leaflet,gbif)
S3method(map_leaflet,gbif_data)
S3method(map_leaflet,occdat)
S3method(map_leaflet,occdatind)
S3method(map_plot,SpatialPoints)
S3method(map_plot,SpatialPointsDataFrame)
S3method(map_plot,data.frame)
S3method(map_plot,default)
S3method(map_plot,gbif)
S3method(map_plot,gbif_data)
S3method(map_plot,occdat)
S3method(map_plot,occdatind)
export(hull)
export(map_ggmap)
export(map_ggplot)
export(map_gist)
export(map_leaflet)
export(map_plot)
export(occ2sp)
export(style_geojson)
import(leaflet)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(maps,map)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,plot)