land.metrics
From spatialEco v1.3-2
by Jeffrey S Evans
Landscape metrics for points and polygons
Calculates a variety of landscape metrics, on binary rasters, for polygons or points with a buffer distance
Usage
land.metrics(...)
Arguments
- ...
Parameters to be passed to the modern version of the function
Examples
# 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)
# }
Community examples
Looks like there are no examples yet.