Description Usage Arguments Value See Also Examples
See the general documentation of nrow
method for
expected behavior.
1 2 | ## S4 method for signature 'biom'
nrow(x)
|
x |
(Required). An instance of the |
The number of rows in x
.
A length 1 integer-class
.
1 2 3 4 | # # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biomformat")
(x = read_biom(biom_file) )
nrow(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.