melt.cast_matrix {reshape}R Documentation

Melt cast matrices

Description

Melt the results of a cast

Usage

melt.cast_matrix(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.4 Index]