
Plot method for bioconductorDownloads().
# S3 method for bioconductorDownloads
plot(x, graphics = NULL,
count = "download", points = "auto", smooth = FALSE, f = 2/3,
span = 3/4, se = FALSE, log_count = FALSE, ...)
object.
Character. NULL, "base" or "ggplot2".
Character. "download" or "ip".
Character of Logical. Plot points. "auto", TRUE, FALSE. "auto" for bioconductorDownloads(observation = "month") with 24 or fewer months, points are plotted.
Logical. Add stats::lowess smoother.
Numeric. smoother window for stats::lowess(). For graphics = "base" only; c.f. stats::lowess(f)
Numeric. Smoothing parameter for geom_smooth(); c.f. stats::loess(span).
Logical. Works only with graphics = "ggplot2".
Logical. Logarithm of package downloads.
Additional plotting parameters.
# NOT RUN {
plot(bioconductorDownloads())
plot(bioconductorDownloads(packages = "graph"))
plot(bioconductorDownloads(packages = "graph", from = 2010, to = 2015))
plot(bioconductorDownloads(packages = "graph", from = "2014-06", to = "2015-03"))
plot(bioconductorDownloads(packages = c("graph", "IRanges", "S4Vectors"), from = 2018))
# }
Run the code above in your browser using DataLab