survData
objectsThis is the generic plot
S3 method for the survData
class.
It plots the number of survivors as a function of time.
# S3 method for survDataCstExp
plot(
x,
xlab = "Time",
ylab = "Number of survivors",
main = NULL,
concentration = NULL,
style = "ggplot",
pool.replicate = FALSE,
addlegend = FALSE,
remove.someLabels = FALSE,
...
)
a plot of class 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
a numeric value corresponding to some concentration(s) in
data
. If concentration = NULL
, draws a plot for each concentration
graphical backend, can be 'generic'
or 'ggplot'
if TRUE
, the datapoints of each replicate are
summed for a same concentration
if TRUE
, adds a default legend to the plot
if TRUE
, removes 3/4 of \(X\)-axis labels in
'ggplot'
style to avoid label overlap
Further arguments to be passed to generic methods