plot_pkg | R Documentation |
A function to check and compare the "popularity" of R-packages. It uses the cranlogs-package to get download counts, which are then plotted over time. to be extended
plot_pkg(
pkg_names,
start_date = "2012-01-01",
log_scale = FALSE,
monthly = FALSE
)
pkg_names |
character string of package names to compare |
start_date |
character in ISO-format, default is "2012-01-01" |
log_scale |
logical, defines y-scale. Default is |
monthly |
logical, Should the download counts be aggregated by month? Default is |
a ggplot-object
plot_pkg(c("gee","geepack"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.