powered by
custom R version of matlabs size function. Calls length for vectors, or else calls dim.
customSize(x, i = NULL)
object to be checked for size
1, 2 or NULL. Defines if both or which size information should be returned.
a vector if i is null, an integer if i is 1 or 2.