validate_fe_tally_list {ForestElementsR} | R Documentation |
Validate an fe_tally_list Object
Description
Regular users will not require this function. Expert users will want to use
it in combination with the constructor new_fe_tally_list
.
Regular users, please construct fe_tally_list
objects with
fe_tally_list
.
Usage
validate_fe_tally_list(x)
Arguments
x |
An object that is expected to be a correct |
Value
Returns x
, but this function is mainly called for its side
effect which is pointing out any violations of the fe_tally_list
object specifications. In case of such violations, the function will
terminate with an error.
[Package ForestElementsR version 2.1.0 Index]