Learn R Programming

RcppPlanc (version 2.0.13)

print.H5Mat: Show information of a H5Mat object

Description

Show information of a H5Mat object

Usage

# S3 method for H5Mat
print(x, ...)

Value

NULL. Information displayed.

Arguments

x

H5Mat argument list object

...

Not used.

Examples

Run this code
h <- H5Mat(system.file("extdata/ctrl_dense.h5", package = "RcppPlanc"),
           "data")
print(h)

Run the code above in your browser using DataLab