shape: Obtain dimensions of an array or length of a vector with a single command
Description
shape returns sizes of each dimension of given array or the length of a given vector. The function is taken from the project APL in R (https://rpubs.com/deleeuw/158476).
Usage
shape(a)
Arguments
a
An array or a vector.
Value
The dimensions of the array a or the length of the vector a.