Skip to content
Prev 140613 / 398506 Next

par(ask=TRUE)

On Fri, 28 Mar 2008, Erwann.Rogard at sanofi-aventis.com wrote:

            
library(grid)
?grid.prompt.

par() applies only to base graphics, and you are using grid 
(via lattice) here.

In 2.7.0 you will use devAskNewPage() instead, and this applies to the 
device and not the graphics subsystem.
Yes, in the lattice and ggplot[2] systems, and (in a different way) in teh 
grid graphics subsystem they are built on.