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.
Install from CRAN:
#install.packages("LandR") ## not yet on CRAN
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", dependencies = TRUE)
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", ref = "development", dependencies = TRUE)