Description Usage Arguments Details Value Author(s) References See Also Examples
Melt an object with class c('keyed','data.frame'). See also melt.data.frame
.
1 2 3 4 5 6 7 8 9 |
data |
passed to |
id.vars |
passed to |
measure.vars |
passed to |
variable_name |
passed to |
na.rm |
passed to |
... |
passed to |
The package reshape declares the S3 generic melt
, and declares a data.frame method for it. The keyed
method is similar, but returns a keyed
object. The key consists of all columns except value
.
An object with class c('keyed','data.frame')
Tim Bergsma
http://metrumrg.googlecode.com
cast,keyed-method
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.