build_plots: Builds plots of net additions

Description Usage Arguments Value Examples

View source: R/build_plots.R

Description

Builds plots of net additions

Usage

1
build_plots(words.table, metric = "net")

Arguments

metric

(optional) Character string indicating which word count measure should be plotted. Acceptable options are "net" (net additions and modifications) and "nd" (new and deleted)

Data.frame

of word counts for each date (produced by collapse_date)

Value

A multiplot containing line graphs and density histograms of the chosen metric..

Examples

1
2
3
4
a <- extract_commits(repo="~/repositories/project/")
a <- add_word_counts_table(a,repo="~/repositories/project/")
b <- collapse_date(a)
build_plots(b)

tcspears/gitwords documentation built on June 9, 2021, 1:34 a.m.