volume_tariffs {MLFS}R Documentation

volume_tariffs

Description

One-parameter volume functions (tariffs) for the MLFS.

Usage

volume_tariffs(df, data_tariffs)

Arguments

df

data frame with tree heights and basal areas for individual trees

data_tariffs

data frame with plot- and species-specific parameters for the calculations of tree volume

Value

a data frame with calculated volume for all trees

Examples

data(data_v3)
data(data_tariffs)
data_v3 <- volume_tariffs(df = data_v3, data_tariffs = data_tariffs)

[Package MLFS version 0.4.2 Index]