Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.cptest

Plotting cptest-objects


Description

Plotting method for objects inheriting from class "cptest"

Usage

## S3 method for class 'cptest'
plot(x, ...)

Arguments

x

an object of class "cptest"

...

further arguments, currently ignored

Examples

data(Nile)
(out <- br.test(Nile))
par(mfrow=c(2,1))
plot(Nile) ; plot(out)

trend

Non-Parametric Trend Tests and Change-Point Detection

v1.1.4
GPL-3
Authors
Thorsten Pohlert [aut, cre] (<https://orcid.org/0000-0003-3855-3025>)
Initial release
2020-09-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.