PlotLCxt {morseTKTD} | R Documentation |
Plot of the LCxt object
Description
Method for plotting output of lcxt function returning object
of class LCxt
.
Usage
## S3 method for class 'LCxt'
plot(
x,
xlab = "Concentration",
ylab = "Survival probability",
main = NULL,
...
)
Arguments
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 |
Value
an object of class ggplot
, see function
ggplot
[Package morseTKTD version 0.1.3 Index]