set1of1 {joker} | R 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.
[Package joker version 0.14.2 Index]