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

Travis build status AppVeyor build status

landscapeverse

The goal of landscapeverse is to make it easy to install and load core packages for landscape analysis in a single command.

Installation

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")

Usage

library(landscapeverse) will load the core landscapeverse packages:

library(landscapeverse)

Packages

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:



r-spatialecology/landscapeverse documentation built on May 14, 2019, 12:11 p.m.