Cumulative commits over time, one line per repo
cumulative_line_plot.RdCumulative commits over time, one line per repo
Usage
cumulative_line_plot(
commits,
repo = NULL,
date_begin = NULL,
date_end = NULL,
top_n = 10,
show_other = TRUE,
title = NULL
)Arguments
- commits
Tidy data frame from
collect_git_commits().- repo
Optional repo name (or vector).
NULLuses all repos.- date_begin, date_end
Optional Date bounds.
- top_n
Keep this many most-active repos as their own lines; only applied when
repoisNULL.- show_other
If
TRUE, roll the non-top repos into an "Other" line.- title
Plot title.