Learn R Programming

ForestElementsR (version 2.2.0)

is_fe_stand: Check if an Object is an fe_stand

Description

Check if an Object is an fe_stand

Usage

is_fe_stand(x)

Value

TRUE if the object inherits from the fe_stand class

Arguments

x

An object

Examples

Run this code
strange <- "xyzabc"
is_fe_stand(strange)

is_fe_stand(norway_spruce_1_fe_stand)

Run the code above in your browser using DataLab