[R] lattice overlay

Dieter Menne dieter.menne at menne-biomed.de
Wed Jul 27 14:44:16 CEST 2011


Ram H. Sharma wrote:
> 
> I want to overlay lattice scatter plot: I do not know why the following
> code
> is not plotting subscripts ! Sorry if this question is too simple:
> 
> Working example shortened:
> 
> .....panel.xyplot(x, y, pch=16, col = "green4", ylim = c(0, 10))
> 
> 

Because they are out of range. Put ylim outside the panel, and it works.

Dieter


--
View this message in context: http://r.789695.n4.nabble.com/lattice-overlay-tp3698303p3698357.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list