Learn R Programming

hdf5r (version 1.3.3)

standalone_H5S_select_multiple_hyperslab: 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

Value

NULL. The space has been manipulated as a side effect

Details

Selects multiple hyperslabs in a space. Before the selection, the space selection will be cleared.