Learn R Programming

bayesSurv (version 2.6)

plot.bayesGspline: Plot an object of class bayesGspline

Description

This function plots an object created by bayesGspline.

Usage

"plot"(x, add = FALSE, type = "l", lty=1, bty = "n", xlab, ylab, main, sub, ...)

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.