amv_dimnames {plyr} | R Documentation |
Consistent dimnames for vectors, matrices and arrays.
amv_dimnames(x)
x |
array, matrix or vector |
Unlike dimnames
no part of the output will
ever be null. If a component of dimnames is omitted,
amv_dimnames
will return an integer sequence of
the appropriate length.