Learn R Programming

RcppPlanc (version 2.0.13)

print.H5SpMat: Show information of a H5SpMat object

Description

Show information of a H5SpMat object

Usage

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

Value

NULL. Information displayed.

Arguments

x

H5SpMat argument list object

...

Not used.

Examples

Run this code
h <- H5SpMat(system.file("extdata/ctrl_sparse.h5", package = "RcppPlanc"),
             "data", "indices", "indptr", 173, 300)
print(h)

Run the code above in your browser using DataLab