is_c4c_concept {care4cmodel} | R Documentation |
Check if an Object is of Class c4c_concept
Description
Check if an Object is of Class c4c_concept
Usage
is_c4c_concept(x)
Arguments
x |
object to check |
Value
TRUE
, if x
has class c4c_concept, FALSE
if not
Examples
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)
[Package care4cmodel version 1.0.2 Index]