setLabel: Replacing the Label slot of a BCdat objects.

View source: R/BCdata-class-methods.R

setLabelR 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)


genBaRcode documentation built on March 31, 2023, 11:02 p.m.