Re: [R] multiple filled.contour() on single page

2013-03-15 Thread David Winsemius
On Mar 15, 2013, at 10:49 AM, Sebastian P. Luque wrote: > Hi, > > It seems as if filled.contour can't be used along with layout(), or > par(mfrow) or the like, since it sets the page in a very particular > manner. Someone posted a workaround > (http://r.789695.n4.nabble.com/several-Filled-conto

[R] multiple filled.contour() on single page

2013-03-15 Thread Sebastian P. Luque
Hi, It seems as if filled.contour can't be used along with layout(), or par(mfrow) or the like, since it sets the page in a very particular manner. Someone posted a workaround (http://r.789695.n4.nabble.com/several-Filled-contour-plots-on-the-same-device-td819040.html). Has a better approach been