Description Usage Arguments Value See Also Examples
Find allometric equations in allodb or in a custom equations-table.
1 | add_equations(data, dbh_unit = guess_dbh_unit(data$dbh))
|
data |
A dataframe as those created with |
dbh_unit |
Character string giving the unit of dbh values, e.g. "mm"
(see |
A nested dataframe with each row containing the data of an equation type.
Other constructors: add_species
1 2 3 4 5 6 7 8 | census <- dplyr::sample_n(fgeo.biomass::scbi_tree1, 30)
species <- fgeo.biomass::scbi_species
census_species <- add_species(
census, species,
site = "scbi"
)
add_equations(census_species, dbh_unit = "mm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.