Uses a stratified random sample cohort of packages plus top ten packages.
populationPlot(x, graphics = NULL, log.count = TRUE, smooth = TRUE,
sample.smooth = TRUE, f = 1/3, sample.pct = 5, multi.core = TRUE)
object.
Character. NULL, "base" or "ggplot2".
Logical. Logarithm of package downloads.
Logical. Add smoother.
Logical. Add smoother.
Numeric. stats::lowess() smoother window. For use with graphics = "base" only.
Numeric. Percent of packages to sample.
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores to use. Note that due to performance considerations, the number of cores defaults to one on Windows.