forked from RemkoDuursma/speciesmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
31 lines (30 loc) · 845 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(aggregate_clim)
export(annualize_clim)
export(climate_presence)
export(get_climate_vars)
export(get_occurrences_ala)
export(get_occurrences_gbif)
export(get_worldclim_rasters)
export(get_zomer_pet)
export(rasterize_occurrences)
importFrom(ALA4R,occurrences)
importFrom(doBy,summaryBy)
importFrom(futile.logger,flog.info)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,subs)
importFrom(rgbif,occ_search)
importFrom(sp,'coordinates<-')
importFrom(sp,'proj4string<-')
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stringr,str_extract)
importFrom(utils,download.file)
importFrom(utils,unzip)