ctvExperimentalDesign | R Documentation |
The CRAN logs for the RStudio mirror for the CRAN task view Experimental Design
ctvExperimentalDesign
A data frame with 53940 rows and 10 variables:
date
the package name
the number of unique downloads
the number of total downloads. This should be the same as cranlogs::cran_downloads()
.
library(ggplot2) ggplot(ctvExperimentalDesign, aes(n_unique, n_total)) + geom_point() + geom_abline(intercept = 0, slope = 1, color = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.