Produce several plots
Usage
ggsmoothing_plot(
object,
plots = c("normal", "confint", "lollypop", "implicit_forecasts"),
level = 0.95,
...
)
Arguments
- object
"tc_estimates"
. The confidence intervals are computed using theconfint()
function.- plots
list of plots to use.
- level
the confidence level required.
- ...
other unused parameters.