Skip to contents

This function extracts the values of the elements in an array-like object using linear indexing. Linear indexing is a way of indexing an array by a single index that is computed from multiple indices using a formula.

Usage

linear_access(x, i, ...)

Arguments

x

a data source.

i

a vector of indices.

...

additional arguments to be passed to methods.