-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
55 lines (39 loc) · 2.03 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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)
<!-- [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) -->
# landscapeverse <img src="man/figures/landscapeverse.png" align="right" width="150" />
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.