Convert a list to a multiData structure and vice-versa.
list2multiData
converts a list to a multiData structure; multiData2list
does the inverse.
list2multiData(data) multiData2list(multiData)
data |
A list to be converted to a multiData structure. |
multiData |
A multiData structure to be converted to a list. |
A multiData structure is a vector of lists (one list for each set) where each list has a
component data
containing some useful information.
For list2multiData
, a multiData structure; for multiData2list
, the corresponding list.
Peter Langfelder
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.