View source: R/annualDownloads.R
plot.annualDownloads | R Documentation |
Plot method for annualDownloads().
## S3 method for class '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", ...)
x |
object. |
statistic |
Character. "count" or "percent". |
pool |
Logical. Pool annual data into single time series. |
log.y |
Logical. Base 10 logarithm of y-axis. |
sep.y |
Logical. Separate, independent y-scales for each panel. |
nrow |
Numeric. Number of rows for ggplot2 facets. |
smooth |
Logical. Add smoother (loess). |
f |
Numeric. Parameter for lowess. |
span |
Numeric. Smoothing parameter for geom_smooth(), which uses loess. |
points |
Logical. |
line.col |
Character. Color of line |
... |
Additional plotting parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.