-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
65 lines (64 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
export(fieldCrop_grid)
export(fieldInfo_extra)
export(fieldKmeans)
export(fieldSegment)
export(fieldShape_edit)
export(fieldShape_render)
export(fieldView)
importFrom(EBImage,display)
importFrom(EBImage,readImage)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,sample_frac)
importFrom(dplyr,setdiff)
importFrom(exactextractr,exact_extract)
importFrom(jpeg,writeJPEG)
importFrom(leafem,addGeoRaster)
importFrom(leafem,addImageQuery)
importFrom(leaflet,addLayersControl)
importFrom(leafsync,sync)
importFrom(lwgeom,st_geod_azimuth)
importFrom(mapedit,drawFeatures)
importFrom(mapedit,editFeatures)
importFrom(mapedit,editMap)
importFrom(mapview,mapview)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(rpart,rpart)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_is_longlat)
importFrom(sf,st_join)
importFrom(sf,st_make_grid)
importFrom(sf,st_sample)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(stars,read_stars)
importFrom(stars,st_as_stars)
importFrom(stars,st_downsample)
importFrom(stars,st_extract)
importFrom(stars,st_warp)
importFrom(stars,write_stars)
importFrom(stats,kmeans)
importFrom(terra,as.array)
importFrom(terra,crop)
importFrom(terra,extract)
importFrom(terra,minmax)
importFrom(terra,nlyr)
importFrom(terra,plot)
importFrom(terra,predict)
importFrom(terra,rast)
importFrom(terra,spatSample)
importFrom(terra,subset)