| plot.sbs {wbs} | R Documentation |
Plot for an 'sbs' object
Description
Plots the input vector used to generate 'sbs' object x with fitted piecewise constant function, equal to the mean
between change-points specified in cpt.
Usage
## S3 method for class 'sbs'
plot(x, cpt, ...)
Arguments
x |
an object of class 'sbs', returned by |
cpt |
a vector of integers with localisations of change-points |
... |
other parameters which may be passed to |
Details
When cpt is omitted, the function automatically finds change-points
using changepoints function with a default value of the threshold.
See Also
[Package wbs version 1.4 Index]