volume_functions {MLFS}R Documentation

volume_functions

Description

The calculation of individual tree volume using the n-parameter volume functions for the MLFS

Usage

volume_functions(df, df_volumeF_parameters = NULL)

Arguments

df

data frame with tree heights and basal areas for individual trees

df_volumeF_parameters

data frame with equations and parameters for n-parametric volume functions

Value

a data frame with calculated volume for all trees

Examples

library(MLFS)
data(data_v3)
data(df_volume_parameters)

data_v3 <- volume_functions(df = data_v3,
  df_volumeF_parameters = df_volume_parameters)


[Package MLFS version 0.4.2 Index]