-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(clean_occ)
export(fit_maxent)
export(get_ala_occ)
export(get_gbif_occ)
export(maxent_version)
export(sample_background)
importFrom(ALA4R,occurrences)
importFrom(ALA4R,search_names)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setkey)
importFrom(dismo,maxent)
importFrom(dplyr,as.tbl)
importFrom(fasterize,fasterize)
importFrom(rJava,.jcall)
importFrom(rJava,.jnew)
importFrom(rJava,.jpackage)
importFrom(raster,Which)
importFrom(raster,alignExtent)
importFrom(raster,cellFromXY)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,ncell)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,xyFromCell)
importFrom(rgbif,name_suggest)
importFrom(rgbif,occ_search)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_multipoint)
importFrom(sf,st_set_crs)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)