plotAutocorr: Plots auto-correlation of probe intensities

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Function to plot the auto-correlation of probe intensities computed by function autocor.

Usage

1
2
3
## S3 method for class 'autocor.result'
plot(x, 
plot.title = "ChIP: Autocorrelation of Intensities", ...)

Arguments

x

an object of class autocor.result, the result of function autocor

plot.title

main title of the plot

...

further arguments passed on to plot.default, see details

Details

The following arguments to plot.default are already defined in the function and thus cannot be specified by the user as further arguments in ...: type, lwd, xlab, ylab, col. Argument main is specified in plot.title.

Value

invisible NULL

Author(s)

Joern Toedling

See Also

autocor

Examples

1
  ## see the help page of 'autocor' for an example

Ringo documentation built on Nov. 8, 2020, 5:34 p.m.