| ndim {arrayhelpers} | R Documentation |
number of dimensions
ndim(a)
a |
vector, matrix, or array |
... |
indexing instructions. The names of the arguments specify the dimension
(i = 1st, j = 2nd, ...). The indexing expressions are the same as for |
integer: length of dim attribute
Claudia Beleites