standalone_H5S_select_multiple_hyperslab {hdf5r} | R Documentation |
Select multiple hyperslabs in a space
Description
Select multiple hyperslabs in a space
Usage
standalone_H5S_select_multiple_hyperslab(id, hyperslab_array)
Arguments
id |
The id of the space |
hyperslab_array |
The array with the hyperslabs. Is of dimension num_dim x num_hyperslabs x 4. With the elements being start, count, stride and block |
Details
Selects multiple hyperslabs in a space. Before the selection, the space selection will be cleared.
Value
NULL
. The space has been manipulated as a side effect
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.12 Index]