plot.mosum.stat {mosum}R Documentation

Plotting MOSUM statistics

Description

Plotting method for objects of class 'mosum.stat'.

Usage

## S3 method for class 'mosum.stat'
plot(m, alpha = 0.05, critical.value.col = "blue", xlab = "Time", ...)

Arguments

m

a mosum.stat object

alpha

a numeric value for the significance level with 0 <= alpha <= 1

critical.value.col

a specification for the color of the critical value, see par

xlab

graphical parameter

...

additional graphical arguments, see plot


[Package mosum version 1.2.7 Index]