Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dissection

Dissection


Description

Calculates the Evans (1972) Martonne's modified dissection

Usage

dissection(x, s = 5, ...)

Arguments

x

raster object

s

Focal window size

...

Additional arguments passed to raster::calc

Value

raster class object of Martonne's modified dissection

Note

Dissection is calculated as: ( z(s) - min(z(s)) ) / ( max(z(s)) - min(z(s)) )

Author(s)

Jeffrey S. Evans <jeffrey_evans@tnc.org>

Examples

library(raster)
  data(elev)
  d <- dissection(elev, s=3)
    plot(d, main="dissection")

spatialEco

Spatial Analysis and Modelling Utilities

v1.3-6
GPL-3
Authors
Jeffrey S. Evans [aut, cre], Melanie A. Murphy [ctb], Karthik Ram [ctb]
Initial release
2021-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.