-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 781 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 781 Bytes
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
# Generated by roxygen2: do not edit by hand
export(get_fetch)
export(get_fetch_directions)
export(get_landwater)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,summarise)
importFrom(methods,is)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(terra,as.matrix)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,is.lonlat)
importFrom(terra,ncol)
importFrom(terra,nrow)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(terra,setValues)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,xres)
importFrom(terra,yres)