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,
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
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
3 matches
Mail list logo