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:
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:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.