plot.BCC {BCClong} | R Documentation |
Generic plot method for BCC objects
Description
Generic plot method for BCC objects
Usage
## S3 method for class 'BCC'
plot(x, ...)
Arguments
x |
An object of class BCC. |
... |
further arguments passed to or from other methods. |
Value
Void function plot model object, no object return
Examples
# get data from the package
data(epil1)
fit.BCC <- epil1
plot(fit.BCC)
[Package BCClong version 1.0.3 Index]