View source: R/class_c4c_concept.R
is_c4c_concept | R Documentation |
Check if an Object is of Class c4c_concept
is_c4c_concept(x)
x |
object to check |
TRUE
, if x
has class c4c_concept, FALSE
if not
data(pine_thinning_from_above_1)
x <- unclass(pine_thinning_from_above_1)
is_c4c_concept(pine_thinning_from_above_1)
is_c4c_concept(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.