Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-spatialecology/landscapeverse

Easily install and load packages from the landscapeverse
https://github.com/r-spatialecology/landscapeverse

landscape-ecology landscape-metrics neutral-landscape-model r raster spatial

Last synced: 2 months ago
JSON representation

Easily install and load packages from the landscapeverse

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[![Travis build status](https://travis-ci.org/r-spatialecology/landscapeverse.svg?branch=master)](https://travis-ci.org/r-spatialecology/landscapeverse)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/r-spatialecology/landscapeverse?branch=master&svg=true)](https://ci.appveyor.com/project/r-spatialecology/landscapeverse)

# 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](https://CRAN.R-project.org) with:

``` r
install.packages("landscapeverse")
```

Or the development version from GitHub:

```r
# install.packages("devtools")
devtools::install_github("hadley/tidyverse")
```

## Usage

`library(landscapeverse)` will load the core landscapeverse packages:

* [landscapemetrics](https://r-spatialecology.github.io/landscapemetrics/), for calculating landscape metrics for categorical landscape patterns in a tidy workflow.
* [NLMR](https://ropensci.github.io/NLMR/), for simulating neutral landscape models (NLM).
* [landscapetools](https://ropensci.github.io/landscapetools/), provides utility functions to work with landscape data.

```{r}
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:

* [belg](https://r-spatialecology.github.io/belg/), for calculating the Boltzmann entropy of a landscape gradient.