Learn R Programming

hdf5r (version 1.3.11)

hyperslab_to_points: Single hyperslab dimension to explicit vector

Description

Single hyperslab dimension to explicit vector

Usage

hyperslab_to_points(hyperslab)

Value

An explicit vector describing the points in the hyperslab dimension

Arguments

hyperslab

a length 4 vector describing the start, count, stride and block component of a single dimension of a hyperslab

Author

Holger Hoefling

Details

Uses the information of a hyperslab and turns it into an explicit vector.