Get the dimension implied by a set of arrays as used in implicit expansion.
expandedDim(..., arrays = list(), allowRecycling = FALSE)
Objects that are coerced to arrays.
A list of objects that are coerced to arrays.
Whether to allow recycling of elements in each dimension.
A numberical vector containing the expanded dimension implied by the arrays.
Both the arrays in ...
and arrays
are considered by concatenating them with c(list(...), arrays)
.
Throws an error if the arrays are not compatible.