[,H5S_dataset,numeric,numeric-method {rhdf5client} | R Documentation |
extract elements from H5S_dataset
extract elements from H5S_dataset
extract elements of a one or two-dimensional HSDSDataset
## S4 method for signature 'H5S_dataset,numeric,numeric' x[i, j, ..., drop = FALSE] ## S4 method for signature 'H5S_dataset,character,character' x[i, j, ..., drop = FALSE] ## S4 method for signature 'HSDSDataset,numeric,ANY' x[i]
x |
instance of H5S_dataset |
i |
select option for first matrix index in HDF5 server value API |
j |
select option for second matrix index in HDF5 server value API |
... |
unused |
drop |
logical defaults to FALSE |
x |
object of type HSDSDataset |
i |
vector of indices (first dimension) |
matrix of data obtained
an array with the elements requested from the HSDSDataset