add_equations: Find allometric equations in allodb or in a custom...

Description Usage Arguments Value See Also Examples

Description

Find allometric equations in allodb or in a custom equations-table.

Usage

1

Arguments

data

A dataframe as those created with add_species().

dbh_unit

Character string giving the unit of dbh values, e.g. "mm" (see valid_units()).

Value

A nested dataframe with each row containing the data of an equation type.

See Also

Other constructors: add_species

Examples

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")

forestgeo/fgeo.biomass documentation built on June 8, 2019, 10:47 p.m.