knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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)
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.