plot_confidence.Rd
Plot a Time Series with Confidence.
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.