internalDim {rhdf5client}R Documentation

acquire internal HDF5 dimension information for matrix

Description

acquire internal HDF5 dimension information for matrix

Usage

internalDim(h5d)

Arguments

h5d

instance of H5S_dataset

Value

vector with dimensions of dataset

Examples

bigec2 = H5S_source(URL_h5serv())
tex <- bigec2[["tenx_100k_sorted"]]
internalDim(tex)

[Package rhdf5client version 1.2.3 Index]