is_fe_stand_spatial {ForestElementsR}R Documentation

Check if an Object is an fe_stand_spatial

Description

Check if an Object is an fe_stand_spatial

Usage

is_fe_stand_spatial(x)

Arguments

x

An object

Value

TRUE if the object inherits from the fe_stand_spatial class

Examples

strange <- "xyzabc"
is_fe_stand_spatial(strange)


[Package ForestElementsR version 2.1.0 Index]