melt.cast_matrix {reshape} | R Documentation |
Melt cast matrices
Description
Melt the results of a cast
Usage
## S3 method for class 'cast_matrix'
melt(data, ...)
Arguments
data |
|
... |
other arguments ignored |
Details
Converts to a data frame and then uses melt.cast_df
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]