is_c4c_concept: Check if an Object is of Class c4c_concept

View source: R/class_c4c_concept.R

is_c4c_conceptR 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)


care4cmodel documentation built on April 4, 2025, 1:39 a.m.