plot.aCGHsegmented {cumSeg} | R Documentation |
Plot method for the class 'aCGHsegmented'
Description
Plots fitted piecewise constant lines.
Usage
## S3 method for class 'aCGHsegmented'
plot(x, add = FALSE, y = TRUE, psi.lines = TRUE, typeL="l",
what=c("lines","criterion"), ...)
Arguments
x |
object of class |
add |
logical; if |
y |
logical; if |
psi.lines |
logical; if |
typeL |
argument |
what |
If |
... |
possible additional graphical arguments, such as |
Details
This fuction takes a fitted object returned by jumpoints
and plots
the resulting fit, namely the estimated step-function and changepoints.
Value
The function simply plots the fit returned by 'jumpoints'.
Author(s)
Vito Muggeo