array_reorder {hdf5r}R Documentation

Reorder an array

Description

Reorder an array

Usage

array_reorder(x, dims, reorder_dim, new_order, item_size)

Arguments

x

The array; doesn't have to have a dim attribute; is just assumed to be a vector

dims

The dimensionality of the array

reorder_dim

The dimension to reorder

new_order

The new ordering of the reorder_dim; not checked for correctness; 1-based

item_size

The size in bytes of each array item; not discovered automatically

Details

Reorders an array using a fast underlying c-function. It is implemented for its simple generality and only intended for internal use in the package.

Value

The re-ordered array

Author(s)

Holger Hoefling


[Package hdf5r version 1.3.11 Index]