plot.auto_rate | R Documentation |
Plot auto_rate objects
## S3 method for class 'auto_rate'
plot(
x,
pos = 1,
panel = FALSE,
quiet = FALSE,
legend = TRUE,
rate.rev = TRUE,
...
)
x |
auto_rate object |
pos |
integer. Which result to plot. |
panel |
integer. Which panel to plot individually. |
quiet |
logical. Suppress console output. |
legend |
logical. Suppress labels and legends. |
rate.rev |
logical. Control direction of y-axis in rolling 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.