array_to_list.Rd
This function converts a three dimensional array into a list of matrices
array_to_list(arr, preserveAttr = TRUE)
three dimensional array to list
logical indicating whether to preserve attributes
list object
Shahryar Minhas