aarongowins / yplot

Yu's plot utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yplots: Yu's plot utilities

DEMO

barplot

x=data.frame(matrix(abs(rnorm(100)), ncol=5))
barplot(x, barIndex=c(1,3), label="*")

Pubmed Trend

term = c('"H7N9"', '"H5N1"', '"RSV"')
pm=getPubmedTrend(term, year=2001:2014)
plotPubmedTrend(pm)

Authors

Guangchuang YU, School of Public Health, The University of Hong Kong http://ygc.name

License

All source code is copyright, under the Artistic-2.0 License. For more information on Artistic-2.0 License see http://opensource.org/licenses/Artistic-2.0

Installation

To install:

  • the latest development version: install_github("GuangchuangYu/yplots")

Bugs/Feature requests

About

Yu's plot utilities


Languages

Language:R 100.0%