Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T00:44:46.000Z (3 months ago)
- Last Synced: 2024-10-29T19:49:25.211Z (2 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
[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg)](https://github.com/PredictiveEcology/LandR/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/LandR)](https://cran.r-project.org/package=LandR)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/LandR)](https://cran.r-project.org/package=LandR)
[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/master/graph/badge.svg)](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
[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg?branch=master)](https://github.com/PredictiveEcology/LandR/actions)
[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/master/graph/badge.svg)](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
[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg?branch=development)](https://github.com/PredictiveEcology/LandR/actions)
[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/development/graph/badge.svg)](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: