-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
executable file
·104 lines (103 loc) · 2.63 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
# Generated by roxygen2: do not edit by hand
export(AED_projection)
export(GADM_spoly)
export(LAEA_projection)
export(aoo)
export(clusters)
export(eoo)
export(geobuffer_points)
export(hull_polygon)
export(keep_big_polygons)
export(north_arrow)
export(plot_ranges)
export(rangemap_boundaries)
export(rangemap_buffer)
export(rangemap_enm)
export(rangemap_explore)
export(rangemap_hull)
export(rangemap_plot)
export(rangemap_tsa)
export(ranges_emaps)
export(ranges_espace)
export(simple_wmap)
exportClasses(sp_range)
exportMethods(summary)
import(rnaturalearthdata)
importFrom(concaveman,concaveman)
importFrom(dplyr,"%>%")
importFrom(grDevices,chull)
importFrom(grDevices,dev.new)
importFrom(grDevices,gray.colors)
importFrom(grDevices,terrain.colors)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(maps,map)
importFrom(maps,map.scale)
importFrom(maptools,map2SpatialPolygons)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(raster,area)
importFrom(raster,crs)
importFrom(raster,disaggregate)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getData)
importFrom(raster,mask)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,plot)
importFrom(raster,projectRaster)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterToPolygons)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gCentroid)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gSimplify)
importFrom(rgeos,gUnaryUnion)
importFrom(rgl,aspect3d)
importFrom(rgl,ellipse3d)
importFrom(rgl,legend3d)
importFrom(rgl,plot3d)
importFrom(scales,alpha)
importFrom(sf,as_Spatial)
importFrom(sf,st_multipoint)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_union)
importFrom(sf,st_wrap_dateline)
importFrom(sf,st_zm)
importFrom(sp,CRS)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,coordinates)
importFrom(sp,over)
importFrom(sp,plot)
importFrom(sp,proj4string)
importFrom(sp,rbind.SpatialPolygons)
importFrom(sp,spTransform)
importFrom(spatial,predict.trls)
importFrom(spatial,surf.ls)
importFrom(stats,cov)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(utils,data)