multiecdf {BeadExplorer}R Documentation

Plot multiple estimated cumulative density function graphs

Description

Plot multiple estimated cumulative density function graphs

Usage

multiecdf(data, xlab = "", ylab = "", main = "", log = TRUE, legend = TRUE, linecol = rainbow(ncol(data)), 
position = "bottomright", ...)

Arguments

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

Details

Plots a ECDF line for each sample in the matrix on the same graph

Value

None

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

multiDensity()

Examples

data(examplebeadData)
multiecdf(exprs(examplebeadData))

[Package BeadExplorer version 1.2.0 Index]