array_reorder: Reorder an array

View source: R/convert.R

array_reorderR 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


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