plot.cptest | R Documentation |
Plotting method for objects inheriting from class "cptest"
## S3 method for class 'cptest'
plot(x, ...)
x |
an object of class "cptest" |
... |
further arguments, currently ignored |
data(Nile)
(out <- br.test(Nile))
par(mfrow=c(2,1))
plot(Nile) ; plot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.