Rao | R Documentation |
An alias for 'paRao' with 'alpha' fixed at 2.
Rao(x, ...)
x |
Input data may be a matrix, a Spatial Grid Data Frame, a SpatRaster, or a list of these objects. |
... |
Other parameters passed to 'paRao'. |
A return value description.
## Not run:
data(volcano)
r <- terra::rast(volcano)
res <- Rao(x = r, window = 3)
terra::plot(res[[1]][[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.