plotDensities {codelink} | R Documentation |
Takes a Codelink object and plot the distributions of intensities.
plotDensities(object, what = NULL, title = NULL, col = NULL, legend.title = NULL, legend.cex=1, ...)
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.) |
Diego Diez
## Not run: data(codelink.example) plotDensities(codelink.example) ## End(Not run)