powered by
ursaRaster
Set of generic functions, implemented for objects of ursaRaster class.
# S3 method for ursaRaster duplicated(x, incomparables = FALSE, MARGIN = 2, fromLast = FALSE, ...)# S3 method for ursaRaster diff(x, lag = 1, differences = 1, ...)
# S3 method for ursaRaster diff(x, lag = 1, differences = 1, ...)
Object of ursaRaster class
Passed to S3 method duplicated for class matrix.
duplicated
matrix
Overwitten to value 2. Passed to S3 method duplicated for class matrix.
2
Passed to default S3 method diff.
diff
Other arguments, which are passed to the respective S3 method.
duplicated(): logical of length equal to number of bands.
duplicated()
diff(): ursaRaster object.
diff()
duplicated, diff,
# NOT RUN { a <- ursa_dummy(5) a[3] <- a[2] a duplicated(a) diff(a) # }
Run the code above in your browser using DataLab