Calculates landscape metrics for categorical landscape patterns in
a tidy workflow. 'landscapemetrics' reimplements the most common metrics from
'FRAGSTATS' (<https://www.umass.edu/landeco/research/fragstats/fragstats.html>)
and new ones from the current literature on landscape metrics.
This package supports 'raster' spatial objects and takes
RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the
'raster' package as input arguments. It further provides utility functions
to visualize patches, select metrics and building blocks to develop new
metrics.
Version: |
1.5.4 |
Depends: |
R (≥ 3.1) |
Imports: |
cli, ggplot2, methods, raster, Rcpp, sp, stats, tibble |
LinkingTo: |
Rcpp, RcppArmadillo |
Suggests: |
covr, dplyr, knitr, rgeos, rmarkdown, terra, testthat |
Enhances: |
stars, sf |
Published: |
2021-09-03 |
Author: |
Maximillian H.K. Hesselbarth
[aut, cre],
Marco Sciaini
[aut],
Jakub Nowosad
[aut],
Sebastian Hanss
[aut],
Laura J. Graham [ctb] (Input on package structure),
Jeffrey Hollister [ctb] (Input on package structure),
Kimberly A. With [ctb] (Input on package structure),
Florian Privé [ctb] (Original author of underlying C++ code for
get_nearestneighbour() function),
Project Nayuki [ctb] (Original author of underlying C++ code for
get_circumscribingcircle and lsm_p_circle),
Matt Strimas-Mackey [ctb] (Bugfix in sample_metrics()) |
Maintainer: |
Maximillian H.K. Hesselbarth <mhk.hesselbarth at gmail.com> |
BugReports: |
https://github.com/r-spatialecology/landscapemetrics/issues |
License: |
GPL-3 |
URL: |
https://r-spatialecology.github.io/landscapemetrics/ |
NeedsCompilation: |
yes |
SystemRequirements: |
C++11 |
Citation: |
landscapemetrics citation info |
Materials: |
NEWS |
In views: |
Spatial |
CRAN checks: |
landscapemetrics results |