melt | R Documentation |
Melt an object into a form suitable for easy casting.
melt(data, ...)
data |
Data set to melt |
... |
Other arguments passed to the specific melt method |
This the generic melt function. See the following functions for specific details for different data structures:
melt.data.frame
for data.frames
melt.array
for arrays, matrices and tables
melt.list
for lists
Hadley Wickham <h.wickham@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.