Displaying 2 results from an estimated 2 matches for "tp3698303p3698357".
2011 Jul 28
2
not working yet: Re: lattice overlay
........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.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html...
2011 Jul 27
1
lattice overlay
Dear experts:
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:
require(lattice)
xyplot(Sepal.Length ~ Sepal.Width | Species , data= iris,
panel= function(x, y, subscripts) {
panel.xyplot(x, y, pch=16, col = "green4", ylim = c(0, 10))
panel.lmline(x, y, lty=4, col = "green4")