plot.marginal.bayesGspline {bayesSurv}R Documentation

Plot an object of class marginal.bayesGspline

Description

This function plots an object created by marginal.bayesGspline.

Usage

## S3 method for class 'marginal.bayesGspline':
plot(x, type = "l", lty=1, bty = "n",
   xlab1, ylab1, main1, xlab2, ylab2, main2, sub, ...)

Arguments

x an object of class marginal.bayesGspline.
type, lty, bty, xlab1, ylab1, main1, xlab2, ylab2, main2, sub, ... other arguments passed to the plot.default function.

Author(s)

Arnošt Komárek arnost.komarek[AT]mff.cuni.cz


[Package bayesSurv version 0.6-1 Index]