plot.LCx | R Documentation |
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 class 'LCx'
plot(
x,
xlab = "Concentration",
ylab = "Survival probability \n median and 95 CI",
main = NULL,
subtitle = NULL,
...
)
x |
An object of class |
xlab |
A label for the |
ylab |
A label for the |
main |
A main title for the plot. |
subtitle |
A subtitle for the plot |
... |
Further arguments to be passed to generic methods. |
a plot of class ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.