plot.survDataVarExp {morse} | R Documentation |
Plotting method for survDataVarExp
objects
Description
This is the generic plot
S3 method for the survDataVarC
class.
It plots the number of survivors as a function of time.
Usage
## S3 method for class 'survDataVarExp'
plot(
x,
xlab = "Time",
ylab = "Number of survivors",
main = NULL,
one.plot = FALSE,
facetting_level = NULL,
...
)
Arguments
x |
an object of class |
xlab |
a label for the |
ylab |
a label for the |
main |
main title for the plot |
one.plot |
if |
facetting_level |
a vector of |
... |
Further arguments to be passed to generic methods |
Value
an object of class ggplot
, see function ggplot
[Package morse version 3.3.4 Index]