Dims | R Documentation |
Get the dimensions of an HDF5 dataset or sparse matrix
Dims(x)
x |
An HDF5 dataset or sparse matrix |
A vector with the dimensions of the dataset or sparse matrix. For
sparse matrices, if no dimensions are found in either the “dims” or
“shape” attribute, returns c(NA_integer_, NA_integer_)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.