plotDensity.MicroarrayData: Plots the empirical density distribution of a field

Description Usage Arguments Author(s) See Also

Description

Plots the empirical density distribution of a field.

Usage

1
2
## S3 method for class 'MicroarrayData'
plotDensity(this, what, slides=NULL, log=NULL, xlim=NULL, ylim=NULL, xlab=what, ylab="density (integrates to one)", col=NULL, add=FALSE, legend=!add, ...)

Arguments

what

What to plot. Any field that can be retrieved by extract is accepted.

slides

The slides to be plotted. Each slide will be plotted as a separate curve.

log

The log base to be used for taking the logarithm of the data before generating the plot. If NULL the non-logarithm data is plotted.

xlim,ylim

character vector of length 2. The x and y limits.

xlab,ylab

character string for labels on x and y axis.

col

The color(s) of the curves.

add

If TRUE, the curves are plotted in the current plot, otherwise a new is created.

legend

If TRUE, a legend is added, otherwise not.

...

Common arguments accepted by most plot functions. For more information see par and plot.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*plot(). For more information see MicroarrayData.


HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.