Learn R Programming

MLFS (version 0.4.2)

volume_tariffs: volume_tariffs

Description

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

Usage

volume_tariffs(df, data_tariffs)

Value

a data frame with calculated volume for all trees

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

Examples

Run this code
data(data_v3)
data(data_tariffs)
data_v3 <- volume_tariffs(df = data_v3, data_tariffs = data_tariffs)

Run the code above in your browser using DataLab