Re: [R] two lattice graphs in one object

2008-09-03 Thread Andreas Krause
Shouldn't update work as well? (R version 2.6.2, platform i386-pc-mingw32) Thanks again! Andreas On Tue Sep 2 21:43 , "Deepayan Sarkar" sent: >On Tue, Sep 2, 2008 at 6:24 AM, Andreas Krause [EMAIL PROTECTED]> wrote: >> >> When I create a lattice/Trellis type

[R] two lattice graphs in one object

2008-09-02 Thread Andreas Krause
When I create a lattice/Trellis type graph, I typically write a function that returns the graph, as in do.graph <- function(x, y, ...) { require(lattice) return(xyplot(y~x, ...)) } My question today is this: If I want two graphs on one page, one way of achieving it is to print the

[R] statistical computing and graphics

2008-04-17 Thread Andreas Krause
how the diversity of contributions: http://stat-computing.org/newsletter/ Let us know if you are interested! Best regards, The Editors Michael O'Connell (moconnell "at" insightful dot com) Andreas Krause (andreas "at" elmo dot ch) _

[R] identical scales per panel with relation="free"

2008-04-16 Thread Andreas Krause
Using xyplot, I am plotting observed versus predicted values conditional to the values of a third variable. I would thus like to have an aspect ratio of 1 and the same axis range. Since the range of the values differs substantially between panels, the axis ranges shall be different for each pane

[R] Rterm under cygwin hangs after screensaver kicks in

2008-04-15 Thread Andreas Krause
The R command line (Rterm.exe) under cygwin seems to hang after the computer is locked (the screensaver got activated). It is not strictly reproducible, sometimes there is no problem after logging in again. There seems to be no reaction of Rterm/cygwin to anything I type, whether it is a chara

[R] lattice/xyplot: horizontal y-axis labels with scales(relation="free")

2007-10-09 Thread Andreas Krause
I would like to create an xyplot with varying y-axis limits and horizontal labels at the y-axis tickmarks. The following does not seem to work, although I think it should, going by the documentation for par. R version 2.5.1, Windows XP Prof. Thanks for a clue. Andreas Krause library(lattice