label {SIAMCAT}R Documentation

Retrieve a label-class object from object.

Description

Retrieve a label-class object from object.

Usage

label(siamcat, verbose=1)

## S4 method for signature 'ANY'
label(siamcat, verbose = 1)

## S4 method for signature 'label'
label(siamcat)

## S4 method for signature 'list'
label(siamcat)

Arguments

siamcat

(Required). An instance of siamcat-class that contains a label or instance of label-class or a list.

verbose

If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The label-class object or NULL.

Examples

    data(siamcat_example)
    label(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]