Re: [R] axis.break on Date-x-axis in lattice xyplot

2008-07-28 Thread Jim Lemon
On Mon, 2008-07-28 at 12:19 +0200, Henning Wildhagen wrote: > Dear list, > > i am using the following code to produce a lattice xyplot, but the > axis.break-function is seemingly not executed. > > Date<-seq(as.Date("2006-08-29"), as.Date("2007-08-28"), by="2 weeks") > Period<- > var1<-rnorm(27,

Re: [R] axis.break on Date-x-axis in lattice xyplot

2008-07-28 Thread Ben Bolker
Henning Wildhagen gmx.de> writes: > > Dear list, > > i am using the following code to produceĀ  a lattice xyplot, but the > axis.break-function is seemingly not executed. axis.break (from plotrix) won't work at all on lattice graphics -- you can look to see what it does and try to replicate

[R] axis.break on Date-x-axis in lattice xyplot

2008-07-28 Thread Henning Wildhagen
Dear list, i am using the following code to produceĀ  a lattice xyplot, but the axis.break-function is seemingly not executed. Date<-seq(as.Date("2006-08-29"), as.Date("2007-08-28"), by="2 weeks") Period<- var1<-rnorm(27, 9000, 3000) var2<-rnorm(27, 5,25000) var3<-rnorm(27, 10