check_trees_orders_of_magnitude {ForestElementsR} | R Documentation |
Check the Orders of Magnitude of the Variables Given in a 'trees' data.frame as Required in an fe_stand object
Description
Check the Orders of Magnitude of the Variables Given in a 'trees' data.frame as Required in an fe_stand object
Usage
check_trees_orders_of_magnitude(trees)
Arguments
trees |
data.frame (tibble) structured as required for the 'trees' component in an fe_stand object |
Value
The function issues a warning if it suspects that one of the
variables in trees
does not have the right units. This is the side
effect it is actually called for. It always returns TRUE
invisibly.
[Package ForestElementsR version 2.1.0 Index]