multiecdf {BeadExplorer} | R Documentation |
Plot multiple estimated cumulative density function graphs
multiecdf(data, xlab = "", ylab = "", main = "", log = TRUE, legend = TRUE, linecol = rainbow(ncol(data)), position = "bottomright", ...)
data |
A matrix of values |
xlab |
Character label to use for the x-axis |
ylab |
Character label to use for the y-axis |
main |
Character label to use for the main title |
log |
Logical, specifying if log axes should be used |
legend |
Logical, specifying if a legend should be drawn |
linecol |
A vector of colours used for each sample |
position |
position of the legend, see legend |
... |
Arguments passed to plot |
Plots a ECDF line for each sample in the matrix on the same graph
None
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
multiDensity()
data(examplebeadData) multiecdf(exprs(examplebeadData))