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