set1of1 | R Documentation |
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.
set1of1(x, i)
set1of2(x, i)
set1of3(x, i)
set2of3(x, i)
x |
atomic vector, matrix, or array. An object to be indexed. |
i |
integer. The index. |
A vector or matrix, subset of the original object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.