survDataVar
objectsThis is the generic plot
S3 method for the survDataVar
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,
add_legend = FALSE,
...
)# S3 method for SurvDataCstExp
plot(
x,
xlab = "Time",
ylab = "Number of survivors",
main = NULL,
one_plot = FALSE,
...
)
an object of class ggplot
,
see function ggplot
an object of class survData
.
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
or conc
.
if TRUE
, add the legend to the plot.
Further arguments to be passed to generic methods.