powered by
Visualize Monte Carlo forecast with confidence bands.
anki_plot_monte_carlo( mc_forecast, show_bands = c("95", "80"), show_simulations = 20, cumulative = FALSE )
A ggplot2 object
Output from anki_forecast_monte_carlo()
Confidence bands to show: "95", "80", "50", or combinations
Number of individual simulations to overlay (0 for none)
Plot cumulative reviews instead of daily
if (FALSE) { mc <- anki_forecast_monte_carlo(days_ahead = 30) anki_plot_monte_carlo(mc) anki_plot_monte_carlo(mc, cumulative = TRUE) }
Run the code above in your browser using DataLab