[R] two graphs
Weidong Gu
wgu at uab.edu
Mon Jan 7 23:30:41 CET 2008
Try use args. 'position' and 'more'
h1<-hist()
h2<-hist()
print(h1,position=c(0,0,1,1),more=T)
print(h2,position=c(,,,)
Weidong Gu,
University of Alabama, Birmingham
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of Georg Ehret
Sent: Monday, January 07, 2008 4:06 PM
To: r-help
Subject: [R] two graphs
Dear R community,
I am plotting a histogram and would wish to display another variable
of
the same dataset in a very narrow heatmap just below the x-axis. Never
mind
the specifics of my task: How can I draw a second graph/image just below
a
first graph/image?
Thank you!
Georg.
***************
Georg Ehret
JHU
Baltimore, MD 21043, USA
[[alternative HTML version deleted]]
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list