Learn R Programming

joker (version 0.14.2)

set1of1: 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)

Value

A vector or matrix, subset of the original object.

Arguments

x

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

i

integer. The index.