Learn R Programming

ankiR (version 0.6.0)

anki_plot_intervals: Plot interval distribution

Description

Histogram of card intervals.

Usage

anki_plot_intervals(path = NULL, profile = NULL, log_scale = TRUE)

Value

A ggplot2 object

Arguments

path

Path to collection.anki2 (auto-detected if NULL)

profile

Profile name (first profile if NULL)

log_scale

If TRUE, use log scale for x-axis

Examples

Run this code
if (FALSE) {
anki_plot_intervals()
}

Run the code above in your browser using DataLab