plot,bdpsurvival-method {bayesDP} | R Documentation |
bdpsurvival Object Plot
Description
plot
method for class bdpsurvival
.
Usage
## S4 method for signature 'bdpsurvival'
plot(x, type = NULL, print = TRUE)
Arguments
x |
object of class |
type |
character. Optional. Select plot type to print. Supports the following: "discount" gives the discount function and "survival" gives the survival curves. Leave NULL to display all plots in sequence. |
print |
logical. Optional. Produce a plot ( |
Details
The plot
method for bdpsurvival
returns up to two
plots: (1) posterior survival curves and (2) the discount function. A call
to plot
that omits the type
input returns one plot at a time
and prompts the user to click the plot or press return to proceed to the
next plot. Otherwise, the user can specify a plot type
to display
the requested plot.