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