plotDensities {codelink}R Documentation

Plot Densities

Description

Takes a Codelink object and plot the distributions of intensities.

Usage

plotDensities(object, subset=1:dim(object)[2], title=NULL,
    legend.cex=1, what=NULL)

Arguments

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"

Details

Value

Note

Author(s)

Diego Diez

See Also

Examples

#    data(codelink.example)
#    plotDensities(codelink.example)

[Package codelink version 1.4.0 Index]