Skip to contents

Allometric equations adjusted for Spanish softwood species

Usage

eq_biomass_ruiz_peinado_2011(species, component = "stem", return_rmse = FALSE)

Arguments

species

A character string specifying the scientific name of the tree species. It can be a column name if all the species are included in this model. See Details for available species.

component

A character string specifying the tree component for biomass calculation (e.g., "tree", "stem", "branches"). See Details.

return_rmse

A logical value. If TRUE, the function returns the root mean squared error (RMSE) of the selected model instead of the biomass value.

Value

A S7 list of parameters

Details

Users can check the list of supported species and their corresponding components in biomass_models.

Examples

## get model parameters for silv_predict_biomass
eq_biomass_ruiz_peinado_2011("Pinus pinaster")
#> <silviculture::ModelBiomass>
#>  @ equation  : chr "ruiz-peinado-2011"
#>  @ species   : chr "Pinus pinaster"
#>  @ component : chr "stem"
#>  @ expression:'data.frame':	1 obs. of  2 variables:
#>  .. $ expression: chr "0.0278 * d^2.115 * h^0.618"
#>  .. $ species   : chr "Pinus pinaster"
#>  @ url       : chr "https://doi.org/10.5424/fs/2011201-11643"
#>  @ obs       : chr "Diameter is assumed to in centimeters, and height is assumed to be in meters"
#>  @ params    :List of 3
#>  .. $ return_rmse: logi FALSE
#>  .. $ comp       : chr "stem"
#>  .. $ rmse       : num 14.5