Learn R Programming

packageRank (version 0.3.5)

plot.bioconductorDownloads: Plot method for bioconductorDownloads().

Description

Plot method for bioconductorDownloads().

Usage

# S3 method for bioconductorDownloads
plot(x, graphics = NULL,
  count = "download", points = "auto", smooth = FALSE, smooth.f = 2/3,
  se = FALSE, log_count = FALSE, ...)

Arguments

x

object.

graphics

Character. NULL, "base" or "ggplot2".

count

Character. "download" or "ip".

points

Character of Logical. Plot points. "auto", TRUE, FALSE. "auto" for bioconductorDownloads(observation = "month") with 24 or fewer months, points are plotted.

smooth

Logical. Add stats::lowess smoother.

smooth.f

Numeric. smoother span.

se

Logical. Works only with graphics = "ggplot2".

log_count

Logical. Logarithm of package downloads.

...

Additional plotting parameters.

Examples

Run this code
# 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