[R] Legends in xyplot

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Jan 17 09:08:07 CET 2006


See ?xyplot and its argument "legend".

Uwe Ligges




Ravi Varadhan wrote:

> Hi,
> 
>  
> 
> How can I add legends in the "xyplot" function, in the "lattice" library?
> Here is a simulation example:
> 
>  
> 
> x <- runif(90)
> 
> z <- sample(1:3, 90, rep=T)
> 
> y <- rnorm(90, mean = x^2 + z, sd=1)
> 
>  
> 
> library(lattice)
> 
> trellis.par.set(col.whitebg())
> 
> xyplot(y ~x, groups=as.factor(z), type = c('p', 'smooth'), span = .67)
> 
>  
> 
> Thanks in advance,
> 
> Ravi.
> 
>  
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list