plot.mosum.stat: Plotting MOSUM statistics

View source: R/mosum_stat.R

plot.mosum.statR 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


mosum documentation built on Oct. 22, 2022, 5:05 p.m.

Related to plot.mosum.stat in mosum...