Unlimited learning, half price | 50% off
Get 50% off unlimited learning

packageRank (version 0.4.2)

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, f = 2/3,
  span = 3/4, 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.

f

Numeric. smoother window for stats::lowess(). For graphics = "base" only; c.f. stats::lowess(f)

span

Numeric. Smoothing parameter for geom_smooth(); c.f. stats::loess(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