internalDim {rhdf5client}R Documentation

acquire internal HDF5 dimension information for matrix

Description

This function is deprecated and will be defunct in the next release.

Usage

internalDim(h5d)

Arguments

h5d

instance of H5S_dataset

Value

vector with dimensions of dataset

Examples

## Not run: 
bigec2 = H5S_source(URL_h5serv())
tex <- bigec2[["tenx_100k_sorted"]]
internalDim(tex)

## End(Not run)

[Package rhdf5client version 1.16.0 Index]