Learn R Programming

ForestElementsR (version 2.0.1)

is_fe_stand_spatial: 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)

Value

TRUE if the object inherits from the fe_stand_spatial

class

Arguments

x

An object

Examples

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

Run the code above in your browser using DataLab