Description Usage Arguments Details Examples
Inspired by reshape2:::melt
, we melt
data.frame
s and matrix
s. This function is
built for speed.
1 2 3 4 5 6 7 8 |
data |
The |
... |
Arguments passed to other methods. |
id.vars |
Vector of id variables. Can be integer
(variable position) or string (variable name). If blank,
we use all variables not in |
measure.vars |
Vector of measured variables. Can be
integer (variable position) or string (variable name). If
blank, we use all variables not in |
variable.name |
Name of variable used to store measured variable names. |
value.name |
Name of variable used to store values. |
If items to be stacked are not of the same internal type,
they will be promoted in the order logical
>
integer
> numeric
> character
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.