View source: R/convert_rate.ft.R
plot.convert_rate.ft | R Documentation |
Plot convert_rate.ft objects
## S3 method for class 'convert_rate.ft'
plot(
x,
type = "full",
pos = NULL,
quiet = FALSE,
highlight = NULL,
legend = TRUE,
rate.rev = TRUE,
...
)
x |
convert_rate.ft object |
type |
"full", "rate", or "overlap" |
pos |
Which summary rows to plot? |
quiet |
logical. Suppress console output. |
highlight |
Which summary row result to highlight in overlap plots. |
legend |
logical. Suppress labels and legends. |
rate.rev |
logical. Control direction of y-axis in rate plot. |
... |
Pass additional plotting parameters |
A plot. No returned value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.