hyperslab_to_points {hdf5r} | R Documentation |
Single hyperslab dimension to explicit vector
Description
Single hyperslab dimension to explicit vector
Usage
hyperslab_to_points(hyperslab)
Arguments
hyperslab |
a length 4 vector describing the start, count, stride and block component of a single dimension of a hyperslab |
Details
Uses the information of a hyperslab and turns it into an explicit vector.
Value
An explicit vector describing the points in the hyperslab dimension
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.12 Index]