Learn R Programming

BCClong (version 1.0.3)

plot.BCC: Generic plot method for BCC objects

Description

Generic plot method for BCC objects

Usage

# S3 method for BCC
plot(x, ...)

Value

Void function plot model object, no object return

Arguments

x

An object of class BCC.

...

further arguments passed to or from other methods.

Examples

Run this code
# get data from the package
data(epil1)
fit.BCC <- epil1
plot(fit.BCC)

Run the code above in your browser using DataLab