[R] ?plot problem
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Jun 23 23:34:50 CEST 2003
On Mon, 23 Jun 2003, Paul, David A wrote:
> R1.7.0, Win2k:
>
> When I use plot( ) on a groupedData object,
> if I have 165 subjects I'm supposed to be able
> to use plot(..., layout = c(5,3,11)) to get
> all 165 on 11 separate sheets. The graphics
> window is only displaying the first 10. If I
> use plot(..., layout = c(5,3,12)) I get the
> appropriate 11 sheets.
>
> Furthermore, yesterday I noticed that when using
> plot( <linear model object> ) along with the
> "record" feature, after using "Page Up" to scroll
> up through the graphs, I was unable to scroll
> back down to the last (fourth) graph to see
> the Cook's Distance plot, though the first three
> plots remained "scollable".
>
> What is going on? Does R for Windows have issues
> with the last plot in a series of plots?
Perhaps recording does, as people have reported similar things, but
neither Duncan nor I could reproduce them. I've just tried several
plot.lm examples, and it worked flawlessly. We can't help you further
unless you can produce reproducible examples.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list