plot_r_py | R Documentation |
Time series plot for R versus python
plot_r_py( x_r, x_p, bimonthly = FALSE, start_date = "2018-01-01", type = "bars", lwd = 1 )
x_r |
CRAN data load with load_pkgstats_data using |
x_p |
pypi data load with load_pkgstats_data using |
bimonthly |
If |
start_date |
First date to display, or set to |
type |
Either "bars" for a bar (column) graph, or "lines" for a line graph. |
lwd |
For type = "lines" only. |
A ggplot2 object (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.