funArray(data = NA, dim = length(data), dimnames = NULL)
Arguments
data
funVector; vector to turn into an array.
dim
integer vector; vector of maximal indices for each dimension.
dimnames
list of character vectors; either NULL or the names for each
dimension. One component for each dimension, either NULL or
the names for each dimension index.