Learn R Programming

rbiom (version 1.0.0)

print: Summarize the contents of a BIOM object

Description

Summarize the contents of a BIOM object

Usage

# S3 method for BIOM
print(x, ...)

Arguments

x

A BIOM object, as returned from read.biom.

...

Not used.

Value

NULL (invisibly)

Examples

Run this code
# NOT RUN {
    library(rbiom)
    
    infile <- system.file("extdata", "hmp50.biom", package = "rbiom")
    biom <- read.biom(infile)
    
    print(biom)

# }

Run the code above in your browser using DataLab