PredictiveEcology / LandR

Landscape Ecosystem Modelling in R
https://landr.predictiveecology.org/
GNU General Public License v3.0
17 stars 7 forks source link
ecological-modelling landscape-ecosystem-modelling r-package spades

LandR

R build status CRAN_Status_Badge CRAN Downloads Codecov test coverage

Landscape Ecosystem Modelling in R

Utilities for 'LandR' suite of landscape simulation models. These models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes. Models are implemented as SpaDES modules.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

#install.packages("LandR") ## not yet on CRAN

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", dependencies = TRUE) 

Development version

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", ref = "development", dependencies = TRUE) 

Getting help