-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 1.02 KB
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 1.02 KB
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
# Generated by roxygen2: do not edit by hand
S3method(getGradients,RasterLayer)
S3method(getGradients,SpatRaster)
S3method(getGradients,array)
S3method(getGradients,default)
S3method(getGradients,list)
S3method(getGradients,matrix)
export(detectFronts)
export(getGradients)
importFrom(abind,abind)
importFrom(imagine,agenbagFilters)
importFrom(imagine,contextualMF)
importFrom(imagine,convolution2D)
importFrom(imagine,medianFilter)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(terra,'values<-')
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,nlyr)
importFrom(terra,origin)
importFrom(terra,rast)
importFrom(terra,values)
importFrom(terra,varnames)
importFrom(utils,modifyList)
importMethodsFrom(raster,"[")
importMethodsFrom(terra,"ext<-")
importMethodsFrom(terra,"origin<-")
importMethodsFrom(terra,"varnames<-")
importMethodsFrom(terra,as.matrix)