Time series plot for R versus python
Arguments
- x_r
CRAN data load with load_pkgstats_data using
raw = FALSE
.- x_p
pypi data load with load_pkgstats_data using
raw = FALSE
.- bimonthly
If
TRUE
, aggregate data first into bimonthly intervals (which generally produces a nicer looking plot).- start_date
First date to display, or set to
NULL
to display full range.- type
Either "bars" for a bar (column) graph, or "lines" for a line graph.
- lwd
For type = "lines" only.