Learn R Programming

MLFS (version 0.4.2)

volume_functions: 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)

Value

a data frame with calculated volume for all trees

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

Examples

Run this code
library(MLFS)
data(data_v3)
data(df_volume_parameters)

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

Run the code above in your browser using DataLab