Learn R Programming

bayesSurv (version 2.4)

plot.bayesGspline: Plot an object of class bayesGspline

Description

This function plots an object created by bayesGspline.

Usage

## S3 method for class 'bayesGspline':
plot(x, add = FALSE, type = "l", lty=1, bty = "n",
     xlab, ylab, main, sub, \dots)

Arguments

x
an object of class bayesGspline.
add
if TRUE a new plot is produced, otherwise it is drawn to an existing plot.
type, lty, bty, xlab, ylab, main, sub, ...
other arguments passed to the plot.default function.