Learn R Programming

SwathXtend (version 1.0.0)

plotDensities: Utility to do side by side density plots

Description

Side by side density plots

Usage

plotDensities(data, group = rownames(data), xlab = "Log Abundance")

Arguments

data
Data with samples as columns.
group
Group of the same length as the number of columns of data
xlab
Label to be printed

Value

No value returned, plotting only

Details

References

See Also

Examples

Run this code
plotDensities(iris[,-5], rep(c("A", "B"), each=2))

Run the code above in your browser using DataLab