README.md

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



aarongowins/yplot documentation built on May 10, 2019, 3:20 a.m.