label {SIAMCAT} | R Documentation |
Retrieve a label-class object from object.
label(siamcat, verbose=1) ## S4 method for signature 'ANY' label(siamcat, verbose = 1) ## S4 method for signature 'label' label(siamcat) ## S4 method for signature 'list' label(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a label or instance of label-class or a list. |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The label-class object or NULL.
data(siamcat_example) label(siamcat_example)