anything.to.array.Rd
Format data of any type in an array.
anything.to.array(x, d, dn = NULL, perm = NULL, na.value = 0)
array.to.data.frame(a, d, reverse = TRUE)
data.frame to transform in array
dimension of the final array
dimnanmes of the final array
order of the dimensions
what value should be taken for NA
an array to transform in data.frame
boolean, shall dimension be in reverse order.
array.
array.to.data.frame
: Transform an array in a data.frame