View source: R/weeklyDownloads.R
| plot.weeklyDownloads | R Documentation | 
Plot method for weeklyDownloads().
## S3 method for class 'weeklyDownloads'
plot(x, statistic = "percent",
  aggregation = "day", typical.value = "mean", nrow = 3L, ...)
| x | object. | 
| statistic | Character. "count" or "percent". | 
| aggregation | Character. "week" or "day". | 
| typical.value | Character. "mean" or "median". | 
| nrow | Numeric. Number of rows for ggplot2 facets. | 
| ... | Additional plotting parameters. | 
## Not run: 
plot(weeklyDownloads())
plot(weeklyDownloads(n = 9), aggregation = "week")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.