powered by
Plot time series with trend line
anki_ts_plot(ts_data, y_col, title = NULL)
A ggplot object
A tibble from any anki_ts_* function
Column name to plot on y-axis
Plot title
if (FALSE) { ts <- anki_ts_intervals() anki_ts_plot(ts, "median_ivl", "Median Interval Over Time") }
Run the code above in your browser using DataLab