powered by
Calculates the Evans (1972) Martonne's modified dissection
dissection(x, s = 5, ...)
raster object
Focal window size
Additional arguments passed to raster::calc
raster class object of Martonne's modified dissection
# NOT RUN { library(raster) data(elev) d <- dissection(elev, s=3) plot(d, main="dissection") # } # NOT RUN { # }
Run the code above in your browser using DataLab