Plot method for annualDownloads().
# S3 method for annualDownloads
plot(x, statistic = "count", pool.obs = FALSE,
log.y = TRUE, nrow = 3, smooth = TRUE, span = 3/4, ...)
object.
Character. "count" or "percent".
Logical.
Logical. Base 10 logarithm of y-axis.
Numeric. Number of rows for ggplot2 facets.
Logical. Add smoother. 2/3 is built-in default.
Numeric. Smoothing parameter for geom_smooth(); c.f. stats::loess(span).
Additional plotting parameters.