https://github.com/PredictiveEcology/LandR
Landscape Ecosystem Modelling in R
https://github.com/PredictiveEcology/LandR
ecological-modelling landscape-ecosystem-modelling r-package spades
Last synced: 5 months ago
JSON representation
Landscape Ecosystem Modelling in R
- Host: GitHub
- URL: https://github.com/PredictiveEcology/LandR
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2018-12-20T18:41:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T00:44:46.000Z (7 months ago)
- Last Synced: 2024-10-29T19:49:25.211Z (6 months ago)
- Topics: ecological-modelling, landscape-ecosystem-modelling, r-package, spades
- Language: R
- Homepage: https://landr.predictiveecology.org/
- Size: 7.49 MB
- Stars: 17
- Watchers: 8
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - LandR - These models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes. (Biosphere / Forest Modeling and Analysis)
README
# LandR
[](https://github.com/PredictiveEcology/LandR/actions)
[](https://cran.r-project.org/package=LandR)
[](https://cran.r-project.org/package=LandR)
[](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=master)**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
[](https://github.com/PredictiveEcology/LandR/actions)
[](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=master)**Install from CRAN:**
```r
#install.packages("LandR") ## not yet on CRAN
```**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", dependencies = TRUE)
```### Development version
[](https://github.com/PredictiveEcology/LandR/actions)
[](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=development)**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", ref = "development", dependencies = TRUE)
```## Getting help
- Bug reports: