cutArrayInCluLike: Cut 3-dim array in list of matrixes (or arrays) similar to organizing into clusters
Description
cutArrayInCluLike cuts 'dat' (matrix,data.frame or 3-dim array) in list (of appended lines) according to 'cluOrg',
which serves as instruction which line of 'dat' should be placed in which list-element (like sorting according to cluster-numbers).
Usage
cutArrayInCluLike(dat, cluOrg, callFrom = NULL)
Arguments
dat
array (3 dim)
cluOrg
(factor) organization of lines to clusters
callFrom
(character) allows easier tracking of message(s) produced