Description Usage Arguments See Also Examples
This conveniently wraps melting and (d)casting a data frame into a single step.
1 |
data |
data set to melt |
formula |
casting formula, see |
... |
other arguments passed to |
id.var |
identifying variables. If blank, will use all non measure.var variables |
measure.var |
measured variables. If blank, will use all non id.var variables |
1 | recast(french_fries, time ~ variable, id.var = 1:4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.