new_c4c_concept: Constructor for a c4c_concept Object

View source: R/class_c4c_concept.R

new_c4c_conceptR Documentation

Constructor for a c4c_concept Object

Description

Constructor for a c4c_concept Object

Usage

new_c4c_concept(x = list())

Arguments

x

a list object

Value

Returns an object of class c4c_concept

Examples

  # remove the c4c_class attribute for the example's sake
  x <- unclass(pine_thinning_from_above_1)

  x <- new_c4c_concept(x)


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