https://github.com/predictiveecology/agbtrends
Utilities for Analyzing Trends in Above Ground Biomass
https://github.com/predictiveecology/agbtrends
Last synced: about 1 year ago
JSON representation
Utilities for Analyzing Trends in Above Ground Biomass
- Host: GitHub
- URL: https://github.com/predictiveecology/agbtrends
- Owner: PredictiveEcology
- License: gpl-2.0
- Created: 2023-06-21T17:22:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T16:37:03.000Z (about 1 year ago)
- Last Synced: 2025-07-16T12:41:23.088Z (about 1 year ago)
- Language: R
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AGBtrends
Tools for analyzing above-ground biomass (AGB) and disturbance timeseries datasets created through the Arctic-Boreal Vulnerability Experiment ('ABoVE') research project ().
## Installation
``` r
#install.packages("remotes")
remotes::install_github("PredictiveEcology/AGBtrends")
```