fmriu.array2list: Reorganize an array of graphs to a list of graphs.

Description Usage Arguments Value See Also Examples

Description

fmriu.array2list uses plyr to reshape an array of same-dimensional graphs a list. Takes from array[,,length(listels)] to list[[listels]].

Usage

1

Arguments

array_out

an array of dimensions [n x m x p].

Value

list_in a list with n elements of dimensions [n x m].

See Also

plyr list2array

Examples

1
2
test <- array(1:105, c(5, 7, 3))
fmriu.array2list(test)  # has 3 elements each with dimensions 5x7

neurodata/fmriutils documentation built on May 14, 2019, 2:30 p.m.