label<- {SIAMCAT} | R Documentation |
x
Assign a new label object to x
label(x) <- value ## S4 replacement method for signature 'siamcat,label' label(x) <- value
x |
an object of class siamcat-class |
value |
an object of class label-class |
none
data(siamcat_example) label(siamcat_example) <- label(siamcat_example)