default_volume_function {medfateland}R Documentation

Default volume function

Description

Example function for estimating wood volume (in m3/ha) from a tree table or forest object.

Usage

default_volume_function(x, SpParams = NULL)

Arguments

x

A data frame with columns 'DBH', 'Height' and 'N' or a forest object

SpParams

A data frame with species parameters (not used in the default function but will be called)

Details

Users should define their own functions taking into account that:

Value

A function amenable for wood volume estimation.


[Package medfateland version 2.4.5 Index]