LCx
objectsThis is the generic plot
S3 method for the LCx class.
It plots the survival probability as a function of concentration.
# S3 method for LCx
plot(
x,
xlab = "Concentration",
ylab = "Survival probability \n median and 95 CI",
main = NULL,
subtitle = NULL,
...
)
a plot of class ggplot
An object of class LCx
.
A label for the \(X\)-axis, by default Concentration
.
A label for the \(Y\)-axis, by default Survival probability median and 95 CI
.
A main title for the plot.
A subtitle for the plot
Further arguments to be passed to generic methods.