powered by
Summarize the contents of a BIOM object
# S3 method for BIOM print(x, ...)
A BIOM object, as returned from read.biom.
Not used.
NULL (invisibly)
# 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