setLabel {genBaRcode} | R Documentation |
Replacing the Label slot of a BCdat objects.
Description
Replacing the Label slot of a BCdat objects.
Usage
setLabel(object, value)
Arguments
object |
a BCdat object. |
value |
a character string. |
Value
a BCdat object.
Examples
data(BC_dat)
new_label <- "foo-bar"
BC_dat_new <- setLabel(BC_dat, new_label)
[Package genBaRcode version 1.2.7 Index]