Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umr-amap/BIOMASS
https://github.com/umr-amap/BIOMASS
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umr-amap/BIOMASS
- Owner: umr-amap
- Created: 2018-09-03T07:58:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:27:49.000Z (8 months ago)
- Last Synced: 2024-06-11T17:31:21.349Z (7 months ago)
- Language: HTML
- Size: 193 MB
- Stars: 22
- Watchers: 8
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- open-sustainable-technology - BIOMASS - An R package for estimating aboveground biomass and its uncertainty in tropical forests. (Biosphere / Biomass)
README
BIOMASS
================- [The package](#the-package)
- [Citation](#citation)
- [Install BIOMASS](#install-biomass)## The package
R package for estimating aboveground biomass and its uncertainty in
tropical forests.Contains functions to estimate aboveground biomass/carbon and its
uncertainty in tropical forests. These functions allow to:1. retrieve and correct the taxonomy;
2. estimate the wood density and its uncertainty;
3. construct height-diameter models;
4. manage tree and plot coordinates;
5. estimate the aboveground biomass/carbon at the stand level with
associated uncertainty;
## Citation
To cite 'BIOMASS', please use citation(“BIOMASS”).
## Install BIOMASS
The latest released version from CRAN:
``` r
install.packages("BIOMASS")
```The latest version from Github (in development):
``` r
install.packages("remotes")
remotes::install_github('umr-amap/BIOMASS')
```To use it :
``` r
library("BIOMASS")
```