Rdocumentation
powered by
Learn R Programming
reshape2 (version 1.0)
melt: Convert an object into a molten data frame.
Description
Convert an object into a molten data frame.
Usage
melt(data, ...)
Arguments
data
Data set to melt
...
further arguments passed to or from other methods.
Details
This the generic melt function. See the following functions for the details about different data structures:
melt.data.frame
for data.frames
melt.array
for arrays, matrices and tables
melt.list
for lists