umr-amap/BIOMASS
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
--- title: "BIOMASS" output: github_document: toc: true toc_depth: 2 --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE, eval = FALSE) ``` ## 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; <!-- For more information, see [article](https://besjournals.onlinelibrary.wiley.com/doi/pdf/10.1111/2041-210X.12753) or the [vignette](https://cran.r-project.org/web/packages/BIOMASS/vignettes/BIOMASS.html) of the package, and the [reference manual](https://CRAN.R-project.org/package=BIOMASS/BIOMASS.pdf). --> ## 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") ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published