print.symObject {clamix}R Documentation

Print method for object symObject

Description

Print method for object symObject

Usage

 
## S3 method for class 'symObject'
print(x, ...)  

Arguments

x
...

Value

Object symData. Vector of lists that represent variables of specified number of categories.

Author(s)

Natasa Kejzar

See Also

empty.symObject

Examples

object <- empty.symObject(c(18,18))
print(object)

[Package clamix version 1.03 Index]