Landscape metrics for points and polygons
Calculates a variety of landscape metrics, on binary rasters, for polygons or points with a buffer distance
land.metrics(...)
... |
Parameters to be passed to the modern version of the function |
## Not run:
library(landscapemetrics)
library(raster)
data(landscape)
points <- matrix(c(10, 5, 25, 15, 5, 25),
ncol = 2, byrow = TRUE)
sample_lsm(landscape, y = points, size = 10,
level = "landscape", type = "diversity metric",
classes_max = 3,
verbose = FALSE)
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.