Re: [R] panel function in a conditioned lattice graphic

2006-11-16 Thread Anthony Darrouzet-Nardi
I had some code that used to work in an old version of multcomp: herbcover - read.delim(http://anthony.darrouzet-nardi.net/downloads/herbcover.txt;) herbcover$date - as.POSIXct(strptime(herbcover$date, %Y-%m-%d)) herbcover$block - factor(herbcover$block) herbcover$treatment -

[R] using glht to replace simint in the multcomp package

2006-11-16 Thread Anthony Darrouzet-Nardi
Reposting this because I had the wrong subject on the the last message... I had some code that used to work in an old version of multcomp: herbcover - read.delim(http://anthony.darrouzet-nardi.net/downloads/herbcover.txt;) herbcover$date - as.POSIXct(strptime(herbcover$date, %Y-%m-%d))

[R] Installing RMySQL on Mac OS X 10.4.4

2006-01-17 Thread Anthony Darrouzet-Nardi
When I try to install RMySQL from source on Mac OS X 10.4.4 (iMac G5 2.1 Ghz), I get this... [tcom122-223-dhcp:2.1.1/Resources/library] root# setenv PKG_CPPFLAGS /usr/local/mysql/lib [tcom122-223-dhcp:2.1.1/Resources/library] root# setenv PKG_LIBS /usr/local/mysql/include

[R] Using postscript() in a script that is source()ed

2004-06-02 Thread Anthony Darrouzet-Nardi
I have a script that draws 9 graphics which I would like to run by source()ing the file. In the script I make objects that contain each of the graphics (all lattice objects or functions that contain lattice functions). Then at the end of the script, I have a section which prints them to

Re: [R] panel function in a conditioned lattice graphic

2004-05-30 Thread Anthony Darrouzet-Nardi
On Saturday 29 May 2004 20:18, Anthony Darrouzet-Nardi wrote: I have a followup question. Suppose I want to encode two different variables within a panel: one variable encoded by plotting character and one variable encoded by symbol color (as if I could use two groups variables). The dataframe

[R] panel function in a conditioned lattice graphic

2004-05-29 Thread Anthony Darrouzet-Nardi
displays blocks 5 and 6. How can I correct this in the conditioned graphic? Anthony Darrouzet-Nardi __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting

Re: [R] panel function in a conditioned lattice graphic

2004-05-29 Thread Anthony Darrouzet-Nardi
On Saturday 29 May 2004 15:24, Anthony Darrouzet-Nardi wrote: I'm trying to use plotting character to encode the variable block from my dataset in a conditioned lattice graphic (R 1.9.0 on Mac OS 10.3.3). The data I'm using is the dataframe dryoutcover which is here (4k): http

[R] RODBC in RAqua

2004-05-10 Thread Anthony Darrouzet-Nardi
I've been trying to get RODBC working in RAqua. For my database, let's call it mydb, when I enter odbcConnect(mydb) or odbcConnect(mydb, uid=postgres, pwd=secret), RAqua thinks for about 10 seconds, then crashes. mydb is a PostgreSQL 7.4.2 database running on my machine (Mac OS X 10.3.3). I am