Skip to content
Prev 173927 / 398502 Next

R package to automatically produce combination plot?

By any chance is there an R package that automatically produces the plot shown at the following link:
http://n2.nabble.com/Can-R-produce-this-plot--td2489288.html

That is an R package to produce on plot that has the following:
(a) a vertically oriented histogram, 
(b) associated barplot, and
(c) quantile-quantile plot (Q-Q Plot).

This is based on a class lecture from University of Pennsylvania: 
stat.wharton.upenn.edu/~mcjon/stat-431/lecture-02.pdf

I am pretty confident I can put one together, but just wanted to check that there does not already exist an R package to output such a plot. 

Thanks again.