Hi there,

I need some help about trellis plot. I have the following plot.

x <- c(rep(LETTERS[1:4],13), rep(LETTERS[4:1],12))

y <- rnorm(100)
z <- rep(1:2,50)
bwplot(y~factor(x)|z,layout=c(2,1), 
panel=function(x,y) panel.bwplot(x,y,horizontal=F))
 

Now I want to place "*" on the positions (1,-1.5) in the first panel and (2,-2.5) in the second panel. I need help on this.

 

Thanks.

 

Mahbub.


 

 

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to