Category: Category(label)

Description Usage Arguments Value Examples

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

1
Category(label)

Arguments

label

caracter, the category name

Value

a Category S4 object

Examples

1
2
3
cat <- Category("category.name")

Category("category.name2")

ceg documentation built on May 2, 2019, 1:46 p.m.