MFx objectsThis is the generic plot S3 method for the
MFx class. It plots the survival probability as a function of
the multiplication factor applied or as a function of time.
# S3 method for MFx
plot(
x,
x_variable = "MFx",
xlab = NULL,
ylab = "Survival probability \n median and 95 CI",
main = NULL,
log_scale = FALSE,
ncol = 3,
...
)a plot of class ggplot
An object of class MFx.
A character to define the variable for the \(X\)-axis,
either "MFx" or "Time". The default is "MFx".
A label for the \(X\)-axis, by default NULL and depend on the
argument x_variable.
A label for the \(Y\)-axis, by default Survival probability median and 95 CI.
A main title for the plot.
If TRUE, the x-axis is log-scaled. Default is FALSE.
An interger for the number of columns when several panels are plotted.
Further arguments to be passed to generic methods.