Description Usage Arguments Value
Plot a Time Series with Confidence.
1 2 3 4 5 6 7 | plot_confidence(
data,
outer_alpha = 0.1,
inner_alpha = 0.2,
plot_median = TRUE,
legend = "none"
)
|
data |
Dataframe containing the follwoing variables: |
outer_alpha |
Numeric, outer alpha level. |
inner_alpha |
Numeric, inner alpha level. |
plot_median |
Logical, defaults to |
legend |
Character string defaults to "none". Should a legend be displayed. |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.