plot.MFx {morse} | R Documentation |
Plotting method for MFx
objects
Description
This 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.
Usage
## 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,
...
)
Arguments
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. |
Value
a plot of class ggplot
[Package morse version 3.3.4 Index]