PlotLCxt | R Documentation |
Method for plotting output of lcxt function returning object
of class LCxt
.
## S3 method for class 'LCxt'
plot(
x,
xlab = "Concentration",
ylab = "Survival probability",
main = NULL,
...
)
x |
an object of class |
xlab |
argument for the label of the x-axis |
ylab |
argument for the label of the y-axis |
main |
argument for the title of the graphic |
... |
Further arguments to be passed to generic methods |
an object of class ggplot
, see function
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.