plot.bayesGspline {bayesSurv} | R Documentation |
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, ...)
Arguments
x |
an object of class |
add |
if |
type , lty , bty , xlab , ylab , main , sub , ... |
other
arguments passed to the |
Value
No return value.
Author(s)
Arnošt Komárek arnost.komarek@mff.cuni.cz
[Package bayesSurv version 3.7 Index]