R/rc_kappa.R
collect_and_permute.RdGiven a list of matrices, construct a single three-dimensional array.
collect_and_permute(list_of_matrices)
| list_of_matrices | Each item in the list is a two-dimensional array of the same size. |
|---|
A single three-dimensional array where the first dimension is the number of items in the list and the next two are the dimensions of each array.