Learn R Programming

codelink (version 1.40.2)

plotDensities: Plot Densities

Description

Takes a Codelink object and plot the distributions of intensities.

Usage

plotDensities(object, what = NULL, title = NULL, col = NULL, legend.title = NULL, legend.cex=1, ...)

Arguments

object
an object of class "Codelink"
what
what data to plot, one of "bg", "smean", "snr", "ri" or "ni"
title
title of the plot
col
vector of colors
legend.title
if provided, a title for the legend
legend.cex
font factor use in legend
...
further arguments to be passed to plot() and line() functions (e.g. lwd, etc.)

Examples

Run this code
## Not run: 
#     data(codelink.example)
#     plotDensities(codelink.example)
# ## End(Not run)

Run the code above in your browser using DataLab