The goal of landscapeverse is to make it easy to install and load core packages for landscape analysis in a single command.
You can install the released version of landscapeverse from CRAN with:
install.packages("landscapeverse")
Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("hadley/tidyverse")
library(landscapeverse)
will load the core landscapeverse
packages:
- landscapemetrics, for calculating landscape metrics for categorical landscape patterns in a tidy workflow.
- NLMR, for simulating neutral landscape models (NLM).
- landscapetools, provides utility functions to work with landscape data.
library(landscapeverse)
#> ── Attaching packages ────────────────────────────────────────────────────────────────────────────── landscapeverse 0.0.2 ──
#> ✔ NLMR 0.3.2 ✔ landscapemetrics 0.3
#> ✔ landscapetools 0.3.0
#>
As well as the core landscapeverse, installing this package also installs a selection of other packages that you’re likely to use frequently, but probably not in every analysis. This includes packages:
- belg, for calculating the Boltzmann entropy of a landscape gradient.