Learn R Programming

genBaRcode (version 1.2.8)

setLabel: Replacing the Label slot of a BCdat objects.

Description

Replacing the Label slot of a BCdat objects.

Usage

setLabel(object, value)

Value

a BCdat object.

Arguments

object

a BCdat object.

value

a character string.

Examples

Run this code
data(BC_dat)
new_label <- "foo-bar"
BC_dat_new <- setLabel(BC_dat, new_label)

Run the code above in your browser using DataLab