plotDensities: Plot Densities

Description Usage Arguments Author(s) Examples

View source: R/plot.R

Description

Takes a Codelink object and plot the distributions of intensities.

Usage

1
2
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.)

Author(s)

Diego Diez

Examples

1
2
3
4
5
## Not run: 
    data(codelink.example)
    plotDensities(codelink.example)

## End(Not run)

codelink documentation built on Nov. 8, 2020, 8:19 p.m.