plotpkg: plot daily download counts of packages

Description Usage Arguments Value Examples

View source: R/beginr.R

Description

plot daily download counts of packages

Usage

1
2
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

1
plotpkg(mypkg = "rmarkdown")

beginr documentation built on May 6, 2019, 1:08 a.m.

Related to plotpkg in beginr...