Category {ceg}R Documentation

Category(label)

Description

Category(label) is a function that act as constructor to Category S4 object. Category S4 class contains a single slot with the category labels. It is used to construct S4 Variable objects, which, in turn, aim at being parameters in Stratified.event.tree objects manual constructions.

Usage

Category(label)

Arguments

label

caracter, the category name

Value

a Category S4 object

Examples

cat <- Category("category.name")

Category("category.name2")



[Package ceg version 0.1.0 Index]