powered by
Plot method for timeSeriesRank().
# S3 method for package_rank_time plot(x, graphics = NULL, log_count = TRUE, smooth = TRUE, sample_smooth = TRUE, f = 1/3, ...)
Object. An object of class "time_series" created by packageRankTime().
packageRankTime()
Character. "base" or "ggplot2".
Logical. Logarithm of package downloads.
Logical. Add smoother for selected package.
Logical. lowess background.
Numeric. stats::lowess() smoother window. For use with graphics = "base" only.
Additional plotting parameters.
A base R or ggplot2 plot.
# NOT RUN { plot(packageRankTime(packages = "HistData", when = "last-week")) plot(packageRankTime(packages = c("Rcpp", "rlang", "data.table"), when = "last-month")) # }
Run the code above in your browser using DataLab