H5Dchunk_dims {rhdf5} | R Documentation |
Return the dimensions of a dataset chunk
H5Dchunk_dims(h5dataset)
h5dataset |
Object of class H5IdComponent representing an open HDF5 dataset. |
This function does not map directly to the HDF5 C API but is included as a useful addition.
If the supplied dataset is chunked returns a vector, with length
equal to the rank of the dataset, containing the size of the dataset
dimensions. Returns NULL
if the given dataset is not chunked.
Mike Smith