Usage
"plot"(x, what = "uniform", imputation = 1, xlab = switch(what, copula= expression(hat(F)(t[2])), uniform = expression(hat(F)(t[2])), times = expression(t[2])), ylab = switch(what, copula = expression(hat(F)(t[1])), uniform = expression(hat(F)(t[1])), times = expression(t[1])), xlim, ylim, main = switch(what, copula = "Bivariate Copula",uniform = "Bivariate Copula", times = "Bivariate Survival Times"), legend = TRUE, cex.legend = switch(what, copula = 0.8, uniform = 0.8, times = 0.7), pch = "*", colEvent = "black", colImput = "gray", ...)
Arguments
x
an object of class survcorr
what
what should be plotted: "uniform"
or "copula"
to plot the bivariate copula, "times"
to plot the survival times. The default is to plot the copula.
imputation
If the copula is plotted, then the index of the imputated data set to be used to replace censored observation can be given (e.g., imputation=1:5
. Default: imputation=1
)
xlab
An optional x-axis label.
ylab
An optional y-axis label.
xlim
Optional limits for x-axis.
ylim
Optional limits for y-axis.
cex.legend
Optional font size of legend.
pch
Optional plot character.
colEvent
Color of symbols representing uncensored times (default="black"
).
colImput
Color of symbols representing imputations for censored times (default="gray"
).
...
Further options to be passed to the plot
function.