standalone_H5S_select_multiple_hyperslab: Select multiple hyperslabs in a space

View source: R/R6Classes_H5S.R

standalone_H5S_select_multiple_hyperslabR 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


hdf5r documentation built on Jan. 22, 2023, 1:12 a.m.