commonGeneric | R Documentation |
ursaRaster
class.
Set of generic functions, implemented for objects of ursaRaster
class.
## S3 method for class 'ursaRaster'
duplicated(x, incomparables = FALSE, MARGIN = 2, fromLast = FALSE, ...)
## S3 method for class 'ursaRaster'
diff(x, lag = 1, differences = 1, ...)
x |
Object of |
incomparables |
Passed to S3 method |
MARGIN |
Overwitten to value |
fromLast |
Passed to S3 method |
lag |
Passed to default S3 method |
differences |
Passed to default S3 method |
... |
Other arguments, which are passed to the respective S3 method. |
duplicated()
: logical of length equal to number of bands.
diff()
: ursaRaster
object.
Nikita Platonov platonov@sevin.ru
duplicated
, diff
,
a <- ursa_dummy(5)
a[3] <- a[2]
a
duplicated(a)
diff(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.