| plotDensities {SwathXtend} | R Documentation |
Side by side density plots
plotDensities(data, group = rownames(data), xlab = "Log Abundance")
data |
Data with samples as columns. |
group |
Group of the same length as the number of columns of data |
xlab |
Label to be printed |
No value returned, plotting only
plotDensities(iris[,-5], rep(c("A", "B"), each=2))