Plot method for annualDownloads().
# S3 method for annualDownloads
plot(x, statistic = "count", pool = TRUE,
log.y = FALSE, sep.y = FALSE, nrow = 3, smooth = TRUE, f = 1/4,
span = 3/4, points = FALSE, line.col = "gray", ...)
object.
Character. "count" or "percent".
Logical. Pool annual data into single time series.
Logical. Base 10 logarithm of y-axis.
Logical. Separate, independent y-scales for each panel.
Numeric. Number of rows for ggplot2 facets.
Logical. Add smoother (loess).
Numeric. Parameter for lowess.
Numeric. Smoothing parameter for geom_smooth(), which uses loess.
Logical.
Character. Color of line
Additional plotting parameters.