plot.packageRank | R Documentation |
Plot method for packageRank() and packageRank0().
## S3 method for class 'packageRank'
plot(x, graphics = NULL, log.y = TRUE, ...)
x |
An object of class "packageRank" created by |
graphics |
Character. "base" or "ggplot2". |
log.y |
Logical. Logarithm of package downloads. |
... |
Additional plotting parameters. |
A base R or ggplot2 plot.
## Not run:
plot(packageRank(packages = "HistData", date = "2020-01-01"))
plot(packageRank(packages = c("h2o", "Rcpp", "rstan"), date = "2020-01-01"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.