Learn R Programming

care4cmodel (version 1.0.3)

new_c4c_concept: Constructor for a c4c_concept Object

Description

Constructor for a c4c_concept Object

Usage

new_c4c_concept(x = list())

Value

Returns an object of class c4c_concept

Arguments

x

a list object

Examples

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

  x <- new_c4c_concept(x)

Run the code above in your browser using DataLab