is_fe_stand {ForestElementsR} | R Documentation |
Check if an Object is an fe_stand
Description
Check if an Object is an fe_stand
Usage
is_fe_stand(x)
Arguments
x |
An object |
Value
TRUE
if the object inherits from the fe_stand
class
Examples
strange <- "xyzabc"
is_fe_stand(strange)
is_fe_stand(norway_spruce_1_fe_stand)
[Package ForestElementsR version 2.1.0 Index]