hyperslab_to_points {hdf5r} | R Documentation |
Single hyperslab dimension to explicit vector
hyperslab_to_points(hyperslab)
hyperslab |
a length 4 vector describing the start, count, stride and block component of a single dimension of a hyperslab |
Uses the information of a hyperslab and turns it into an explicit vector.
An explicit vector describing the points in the hyperslab dimension
Holger Hoefling