survDataVarExp
objectsThis is the generic plot
S3 method for the survDataVarC
class.
It plots the number of survivors as a function of time.
# S3 method for survDataVarExp
plot(
x,
xlab = "Time",
ylab = "Number of survivors",
main = NULL,
one.plot = FALSE,
facetting_level = NULL,
...
)
an object of class ggplot
, see function ggplot
an object of class survDataVarExp
a label for the \(X\)-axis, by default Time
a label for the \(Y\)-axis, by default Number of survivors
main title for the plot
if TRUE
, draws all the points in one plot instead of one per replicate
a vector of characters
to rank replicates
in the multi plot (i.e. one.plot == FALSE
)
Further arguments to be passed to generic methods