asSepList allows reorganizing list into separate numeric vectors. For example, matrixes or data.frames will be split into separate columns
(differnt to partUnlist which maintains the original structure). This function also works with lists of lists.
This function may be helpful for reorganizing data for plots.
(logical) to transform all list-elements in simple numeric vectors (won't work if some entries are character)
minLen
(integer) (currently use of this argument not implemeneted!) min length (or number of rows), as add'l element to eliminate arguments given wo names when asSepList is called in vioplot2
fxArg
(character) optinal names to exclude if any (lazy matching) matches (to exclude other arguments be misinterpreted as data, used in wrGraph::vioplot2)
silent
(logical) suppress messages
callFrom
(character) allow easier tracking of message(s) produced