| list2multiData | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.