plot.BCC: Generic plot method for BCC objects

View source: R/classMethods.R

plot.BCCR 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)

BCClong documentation built on June 24, 2024, 1:07 a.m.