-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
export(bioreg_list)
export(check_and_get_bioreg)
export(conv_function)
export(cv_range)
export(evaluate_range)
export(get_bioreg)
export(get_doi)
export(get_gbif)
export(get_range)
export(get_status)
export(make_blocks)
export(make_ecoregion)
export(make_tiles)
export(obs_filter)
export(optme)
export(read_bioreg)
importFrom(ClusterR,KMeans_rcpp)
importFrom(CoordinateCleaner,cd_ddmm)
importFrom(CoordinateCleaner,cd_round)
importFrom(FNN,knn.dist)
importFrom(NMOF,gridSearch)
importFrom(class,knn)
importFrom(cluster,clara)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(methods,is)
importFrom(rgbif,derived_dataset)
importFrom(rgbif,name_backbone)
importFrom(rgbif,name_usage)
importFrom(rgbif,occ_data)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,st_as_sf)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_make_valid)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,kmeans)
importFrom(stats,quantile)
importFrom(terra,aggregate)
importFrom(terra,as.polygons)
importFrom(terra,buffer)
importFrom(terra,cellFromXY)
importFrom(terra,classify)
importFrom(terra,crds)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,disagg)
importFrom(terra,ext)
importFrom(terra,extend)
importFrom(terra,extract)
importFrom(terra,intersect)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,plot)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(terra,simplifyGeom)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(terra,writeVector)
importFrom(terra,xyFromCell)