This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.5 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
export(check_attributes)
export(class_maps)
export(collate)
export(eval_npred)
export(eval_pgap)
export(eval_ties)
export(in_range)
export(iterate)
export(most_likely)
export(prediction_masks)
export(prep_points)
export(prep_polygons)
export(strict_cfp)
import(parallel)
importFrom(C50,C5.0)
importFrom(gtools,rdirichlet)
importFrom(methods,as)
importFrom(methods,is)
importFrom(raster,alignExtent)
importFrom(raster,beginCluster)
importFrom(raster,calc)
importFrom(raster,cellFromXY)
importFrom(raster,clusterR)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,endCluster)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getCluster)
importFrom(raster,inMemory)
importFrom(raster,intersect)
importFrom(raster,ncell)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,ratify)
importFrom(raster,readAll)
importFrom(raster,stack)
importFrom(raster,unstack)
importFrom(raster,writeRaster)
importFrom(raster,xyFromCell)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_point)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sp,spTransform)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(units,as_units)
importFrom(utils,capture.output)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)