Skip to content

ronysd/LandR

 
 

Repository files navigation

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

About

Landscape Ecosystem Modelling in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%