powered by
Plot method for packageRank() and packageRank0().
# S3 method for packageRank plot(x, graphics = NULL, log.y = TRUE, ...)
A base R or ggplot2 plot.
An object of class "packageRank" created by packageRank().
packageRank()
Character. "base" or "ggplot2".
Logical. Logarithm of package downloads.
Additional plotting parameters.
if (FALSE) { plot(packageRank(packages = "HistData", date = "2020-01-01")) plot(packageRank(packages = c("h2o", "Rcpp", "rstan"), date = "2020-01-01")) }
Run the code above in your browser using DataLab