dissection | R Documentation |
Calculates the Evans (1972) Martonne's modified dissection
dissection(x, s = 5, ...)
x |
A terra SpatRaster class object |
s |
Focal window size |
... |
Additional arguments passed to terra::lapp |
Dissection is calculated as: ( z(s) - min(z(s)) ) / ( max(z(s)) - min(z(s)) )
A SpatRaster class object of Martonne's modified dissection
Jeffrey S. Evans <jeffrey_evans@tnc.org>
library(terra)
elev <- rast(system.file("extdata/elev.tif", package="spatialEco"))
d <- dissection(elev, s=3)
plot(d, main="dissection")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.