[<–methods {rhdf5} | R Documentation |
[<-
in Package rhdf5Methods for function [<-
in package rhdf5.
signature(x = "H5IdComponent")
Subsetting of an HDF5 dataset. The function writes an R data object to a subset of an HDF5 dataset. The given dimensions have to fit the dimensions of the HDF5 dataset. The HDF5 dataset has to be created beforehand, e.g. by h5createDataset().