set1of1: Indexing Functions

View source: R/04_tools.R

set1of1R Documentation

Indexing Functions

Description

A set of functions that allow to index a matrix or array. These functions are used internally when the dimension length of an object can vary.

Usage

set1of1(x, i)

set1of2(x, i)

set1of3(x, i)

set2of3(x, i)

Arguments

x

atomic vector, matrix, or array. An object to be indexed.

i

integer. The index.

Value

A vector or matrix, subset of the original object.


joker documentation built on June 8, 2025, 12:12 p.m.