plot.MFx | R Documentation |
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 class 'MFx'
plot(
x,
x_variable = "MFx",
xlab = NULL,
ylab = "Survival probability \n median and 95 CI",
main = NULL,
log_scale = FALSE,
ncol = 3,
...
)
x |
An object of class |
x_variable |
A character to define the variable for the |
xlab |
A label for the |
ylab |
A label for the |
main |
A main title for the plot. |
log_scale |
If |
ncol |
An interger for the number of columns when several panels are plotted. |
... |
Further arguments to be passed to generic methods. |
a plot of class ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.