plot.cptest: Plotting cptest-objects

plot.cptestR Documentation

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 documentation built on Oct. 10, 2023, 9:06 a.m.