Description Usage Arguments Value See Also Examples
fmriu.array2list uses plyr to reshape an array of same-dimensional graphs
a list. Takes from array[,,length(listels)] to list[[listels]].
| 1 | fmriu.array2list(list_in)
 | 
| array_out | an array of dimensions [n x m x p]. | 
list_in a list with n elements of dimensions [n x m].
| 1 2 | test <- array(1:105, c(5, 7, 3))
fmriu.array2list(test)  # has 3 elements each with dimensions 5x7
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.