plotpkg: plot daily download counts of packages

View source: R/beginr.R

plotpkgR Documentation

plot daily download counts of packages

Description

plot daily download counts of packages

Usage

plotpkg(mypkg = "bookdownplus", from = Sys.Date() - 30,
  to = Sys.Date(), type = "o", pch = 19, col = "blue", cex = 1,
  textcex = 5)

Arguments

mypkg

character vector of package names.

from

character in 'Y-m-d'

to

character in 'Y-m-d'

type

the same as that in 'plot()'

pch

the same as that in 'plot()'

col

the same as that in 'plot()'

cex

the same as that in 'plot()'

textcex

cex of the package name

Value

a figure

Examples

plotpkg(mypkg = 'rmarkdown')

pzhaonet/beginr documentation built on July 19, 2023, 1:57 p.m.