label {SIAMCAT}R Documentation

Retrieve a label-class object from object.

Description

Retrieve a label-class object from object.

Usage

label(siamcat)

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

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

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

## S4 method for signature 'otu_table'
orig_feat(siamcat)

Arguments

siamcat

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

Value

The label-class object or NULL.

Examples

    data(siamcat_example)
    label(siamcat_example)

[Package SIAMCAT version 1.0.0 Index]