Learn R Programming

BIOMASS (version 2.1.11)

sd_10: Mean standard deviation of wood density estimates at different taxonomic levels

Description

This dataset gives the mean standard deviation of wood density values of the wdData dataset at different taxonomical levels only considering taxa having more than 10 different values. This dataset is used in the function getWoodDensity() to associate at the appropriate taxonomic level a mean error to wood density estimate.

Usage

data("sd_10")

Arguments

Format

A data frame with 3 observations on the following 2 variables:

  • taxo: Character vector with the different taxonomical levels (family, genus, species)

  • sd: Numeric vector giving the mean standard deviation of wood density values

Details

This dataset is used in the function getWoodDensity().

References

Rejou-Mechain et al. (2017). BIOMASS: An R Package for estimating above-ground biomass and its uncertainty in tropical forests. Methods in Ecology and Evolution, 8 (9), 1163-1167.

Examples

Run this code
data(sd_10)
str(sd_10)

Run the code above in your browser using DataLab