assign-label: Assign a new label object to a SIAMCAT object

label<-R Documentation

Assign a new label object to a SIAMCAT object

Description

Assign a new label object to a SIAMCAT object

Usage

label(x) <- value

## S4 replacement method for signature 'siamcat,list'
label(x) <- value

Arguments

x

an object of class siamcat-class

value

an list (in label format)

Value

none

Examples

data(siamcat_example)
label(siamcat_example) <- label(siamcat_example)

zellerlab/siamcat documentation built on Feb. 1, 2024, 2:21 a.m.