plotDensities {codelink} | R Documentation |
Takes a Codelink object and plot the distributions of intensities.
plotDensities(object, subset=1:dim(object)[2], title=NULL, legend.cex=1, what=NULL)
object |
an object of class "Codelink". |
subset |
subset of arrays to be plotted (default: all). |
title |
title of the plot. |
legend.cex |
font factor use in legend to fit. |
what |
what data to plot, may be "bg", "smean", "snr", "ri" or "ni" |
Diego Diez
## Not run: data(codelink.example) plotDensities(codelink.example) ## End(Not run)