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 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.

Value

No return value.

Author(s)

Arnošt Komárek arnost.komarek@mff.cuni.cz


[Package bayesSurv version 3.7 Index]