| plot.bayesGspline {bayesSurv} | R Documentation |
This function plots an object created by bayesGspline.
## S3 method for class 'bayesGspline':
plot(x, add = FALSE, type = "l", lty=1, bty = "n",
xlab, ylab, main, sub, ...)
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. |
Arnošt Komárek komarek@karlin.mff.cuni.cz