plot.BCC | R Documentation |
Generic plot method for BCC objects
## S3 method for class 'BCC'
plot(x, ...)
x |
An object of class BCC. |
... |
further arguments passed to or from other methods. |
Void function plot model object, no object return
# get data from the package
data(epil1)
fit.BCC <- epil1
plot(fit.BCC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.