View source: R/cpStat-methods.R
plot.cpStat | R Documentation |
Plots the trajectory of the test statistic process together with a red line indicating the critical value (alpha = 0.05) and a blue line indicating the most probable change point location
## S3 method for class 'cpStat'
plot(x, ylim, xaxt, crit.val, ...)
x |
object of the class 'cpStat'. |
ylim |
the y limits of the plot. |
xaxt |
a character which specifies the x axis type (see |
crit.val |
critical value of the test. Default: 1.358. |
... |
other graphical parameters (see |
Default for ylim
is c(min(c(data, 1.358)), max(c(data, 1.358)))
.
Default for xaxt
is the simliar to the option "s"
, only that there
is a red labelled tick at the most probable change point location. Ticks too
close to this will be suppressed.
No return value; called for side effects.
Sheila Görz
plot
, par
, CUSUM
, HodgesLehmann
,
wilcox_stat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.