DataSet
objects. DataSpace objects can be generated using the S4--method
selectDataSpace
from DataSets objects in 3 ways:
DataSet
offset
and count
: Select contiguous sub--region
(hyperslab) from DataSet
.elem
: Select sub-elements specified by matrix
holding selected indices. This selection type can become slow for many
data points.## S3 method for class 'DataSpace':
h5close(.Object)selectDataSpace(.Object, offset = rep(NA_integer_, length(.Object@dim)),
count = rep(NA_integer_, length(.Object@dim)), elem)
## S3 method for class 'DataSet,missing,missing,missing':
selectDataSpace(.Object)
## S3 method for class 'DataSet,ANY,ANY,missing':
selectDataSpace(.Object, offset, count)
## S3 method for class 'DataSet,missing,missing,matrix':
selectDataSpace(.Object, elem)
DataSet
(DataSpace
for h5close
).c
.