Skip to content
Back to formatted view

Raw Message

Message-ID: <0FF736F1E306A446A88FD41FDDDC10AF248C19@BWPW05.f2.enterprise>
Date: 2008-03-28T16:44:11Z
From: Erwann.Rogard at sanofi-aventis.com
Subject: par(ask=TRUE)
In-Reply-To: <p0623090ec411ab59149e@[128.115.92.33]>

Hi,

1)
par(ask=TRUE)
histogram(~Y|F1 * F2 * F3,data = ...)

Successively displays many plots as the # of levels in F3 w/o asking for
input between each.
In other words I only get to see the plot for the last level. What's the
right commands?


2)
Also I am wondering if there are plot objects i.e. something like
obj<-plot(x,y)

Thanks!