Description Usage Arguments Value Examples
Melt a data frame from plate format to long format
1  | meltPlate(plt)
 | 
plt | 
 A data frame representing an assay plate.  | 
The melted data frame.
1 2  | plate <- as.data.frame(matrix(rnorm(96), nrow = 8))
meltPlate(plate)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.