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