powered by
Shows how retention rate has changed over time.
anki_plot_retention(path = NULL, profile = NULL, days = 90, window = 7)
A ggplot2 object
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of days to include (default 90)
Rolling window size in days for smoothing (default 7)
if (FALSE) { anki_plot_retention() anki_plot_retention(days = 365, window = 14) }
Run the code above in your browser using DataLab