View source: R/functional_rate.R
| plot.functional_rate | R Documentation |
Plot functional_rate curves and rates
## S3 method for class 'functional_rate'
plot(
x,
which = NULL,
type = c("both", "curve", "rate"),
show_ci = TRUE,
show_threshold = TRUE,
ncol = NULL,
...
)
x |
An object of class |
which |
Optional character vector specifying which treatments/groups to display. |
type |
Character specifying what to plot: |
show_ci |
Logical; whether to show confidence ribbons. Default is |
show_threshold |
Logical; whether to show threshold and zero horizontal lines.
Default is |
ncol |
Optional integer specifying number of facet columns. |
... |
Additional arguments. |
A ggplot or combined patchwork object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.