Re: [R] simple generation of artificial data with defined features

2008-08-23 Thread Christoph Meyer
Hi, to add voter.id and election.year to your data frame you could try: el.dt.exp$voter.id=seq(1:nrow(el.dt.exp)) el.dt.exp$election.year=2005 Cheers, Christoph Meyer *** Dr. Christoph Meyer Institute of Experimental Ecology

Re: [R] xYplot customizing y-axis scaling

2008-07-10 Thread Christoph Meyer
e different rows of the plot. > Is there a way to do so? > Thanks, > Henning ******* Dr. Christoph Meyer Institute of Experimental Ecology University of Ulm Albert-Einstein-Allee 11 D-89069 Ulm Germany Phone: ++49-(0)731-

Re: [R] Superscript/Subscript in main title

2008-06-04 Thread Christoph Meyer
r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. *** Dr. Christoph Meyer Institute of Experimental Ecology Univer

Re: [R] Adding text to strip in xYplot

2008-04-09 Thread Christoph Meyer
> __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible

Re: [R] Separate y-limits in xYplot panels II

2008-04-08 Thread Christoph Meyer
ect.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. *** Dr. Ch

Re: [R] Overlay plots from different data sets using the Lattice package

2008-04-01 Thread Christoph Meyer
Hi all, I'm a newbie to lattice graphics. I think I have a very similar problem trying to overlay plots from different data sets. I tried a number of different things but don't seem to get it to work. I am using xYplot from library Hmisc to produce a lattice plot with Median plus error bands plott