Skip to content
Prev 228268 / 398500 Next

Using" fig=" in one screen created with "split.screen()"

Hi

split.screen() works by maintaining a set of par(fig) settings, so that 
a call to screen() is essentially a call to par(fig=<something>). 
Hence, an explicit par(fig=<somethingelse>) call mucks up the plot 
arrangement made by screen().

Are you trying to use par(fig) to split up a split.screen() screen into 
even smaller pieces?  If so, you should be able to do that using 
split.screen() (see the examples at the bottom of the help page).

Alternatively, you may be able to create the complete plot arrangement 
using layout().

Paul
On 21/07/2010 12:14 a.m., Birte Reichstein wrote: