Skip to content

Unequal sized three plots in a window

2 messages · Rangrej, Jagadish, Roger D. Peng

#
Dear all:

I want to divide the graphing window in to three plots such that two plots
are on the top and one at the bottom. The upper two plots are of equal sizes
that cover 50% of the Window, third plot spans the lower half portion of the
Window completely.

How do I do that, I tried layout and other options but they seem to have the
matrix options which does not solve my problem.

Any help or pointer will be greatly appreciated.

Thank you,
-Jag
#
layout() may be able to do what you want (I'm not sure), but also see the
help page for split.screen(), which I'm sure does what you want.

-roger
_______________________________
UCLA Department of Statistics
rpeng at stat.ucla.edu
http://www.stat.ucla.edu/~rpeng
On Fri, 6 Dec 2002, Rangrej, Jagadish wrote: