melt | R Documentation |
Function to melt data.frame from one or multiple arrays
melt(..., dimnames = NULL, na_rm = TRUE)
... |
Array[s] or data.frame[s] to be melted |
dimnames |
List of names along the dimensions |
na_rm |
Remove rows with NAs |
data.frame with 'value' (or object names if multiple) indexed by axes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.