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

focal.lmetrics

Focal landscape metrics


Description

Calculates a variety of landscape metrics on integer rasters using focal approach

Usage

focal.lmetrics(...)

Arguments

...

Parameters to be passed to the modern version of the function

Examples

## Not run: 
library(landscapemetrics)
library(raster)

data(landscape)

s <- matrix(1, nrow = 3, ncol = 3)
( result <- do.call(stack, window_lsm(landscape, window = s, 
                  what = c("lsm_l_pr", "lsm_l_joinent"))) )
  plot(result)

## End(Not run)

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.