SurvPredict
objectsThis is the generic plot
S3 method for the SurvPredict
class. It
plots concentration-response fit under target time survival analysis.
# S3 method for SurvPredict
plot(
x,
xlab = "Time",
ylab = "Number of Survival",
main = "Survival Probability with 95% Credible Interval",
background_concentration = FALSE,
add_legend = FALSE,
...
)
an object of class ggplot
, see function ggplot
an object of class SurvPredict
argument for the label of the x-axis
argument for the label of the y-axis
argument for the title of the graphic
Binary. If TRUE (default is FALSE), it print the background exposure profile.
add legend to the plot, default is FALSE
Further arguments to be passed to generic methods