View source: R/plot.survDataCstExp.R
plot.survDataCstExp | R Documentation |
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 class 'survDataCstExp'
plot(
x,
xlab = "Time",
ylab = "Number of survivors",
main = NULL,
concentration = NULL,
style = "ggplot",
pool.replicate = FALSE,
addlegend = FALSE,
remove.someLabels = FALSE,
...
)
x |
an object of class |
xlab |
a label for the |
ylab |
a label for the |
main |
main title for the plot |
concentration |
a numeric value corresponding to some concentration(s) in
|
style |
graphical backend, can be |
pool.replicate |
if |
addlegend |
if |
remove.someLabels |
if |
... |
Further arguments to be passed to generic methods |
a plot of class ggplot
When style = "ggplot"
(default), the function calls function
ggplot
and returns an object of class ggplot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.