show,otu_table-method {phyloseq}R Documentation

method extensions to show for phyloseq objects.

Description

See the general documentation of show method for expected behavior.

Usage

## S4 method for signature 'otu_table'
show(object)

## S4 method for signature 'sample_data'
show(object)

## S4 method for signature 'taxonomyTable'
show(object)

## S4 method for signature 'phyloseq'
show(object)

Arguments

object

Any R object

See Also

show

Examples

# data(GlobalPatterns)
# show(GlobalPatterns)
# GlobalPatterns

[Package phyloseq version 1.37.0 Index]