| str.HDF5Matrix | R Documentation |
Structure of an HDF5Matrix object
## S3 method for class 'HDF5Matrix'
str(object, ...)
object |
An |
... |
Ignored |
Invisible object
tmp <- tempfile(fileext = ".h5")
X <- hdf5_create_matrix(tmp, "data/matrix", data = matrix(rnorm(100), 10, 10))
X <- hdf5_matrix(tmp, "data/matrix")
str(X)
X$close()
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.