print.H5Mat {RcppPlanc} | R Documentation |
Show information of a H5Mat object
Description
Show information of a H5Mat object
Usage
## S3 method for class 'H5Mat'
print(x, ...)
Arguments
x |
H5Mat argument list object |
... |
Not used. |
Value
NULL. Information displayed.
Examples
h <- H5Mat(system.file("extdata/ctrl_dense.h5", package = "RcppPlanc"),
"data")
print(h)
[Package RcppPlanc version 2.0.13 Index]