plot.autocor.result {Ringo} | R Documentation |
Function to plot the auto-correlation of probe intensities
computed by function autocor
.
## S3 method for class 'autocor.result': plot(x, plot.title = "ChIP: Autocorrelation of Intensities", ...)
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 |
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
.
invisible NULL
Joern Toedling toedling@ebi.ac.uk
## see the help page of 'autocor' for an example