linear_access: Extract values from an array-like object using linear...

linear_accessR Documentation

Extract values from an array-like object using linear indexing.

Description

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.


bbuchsbaum/neuroim2 documentation built on Jan. 2, 2025, 3:38 p.m.