plot.autocor.result {Ringo}R Documentation

Plots auto-correlation of probe intensities

Description

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

Usage

## 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 toedling@ebi.ac.uk

See Also

autocor

Examples

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

[Package Ringo version 1.6.0 Index]