biom_shape | R Documentation |
biom-class
object.The matrix dimensions
of a biom-class
object.
biom_shape(x)
## S4 method for signature 'biom'
biom_shape(x)
x |
(Required). An instance of the |
A length two integer-class
vector
indicating the nrow
and ncol
of the main data matrix stored in x
.
biom-class
# # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biomformat")
(x = read_biom(biom_file) )
biom_shape(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.