I ran the following script from xyplot Examples using Tin-R on 
Windows and saw no plot produced. 

EE <- equal.count(ethanol$E, number=9, overlap=1/4)
xyplot(NOx ~ C | EE, data=ethanol,
    prepanel = function(x,y) prepanel.loess(x, y, span=1),
    xlab="Compression Ratio", ylab="NOx (micrograms/J)",
    panel = function(x,y) {
         panel.grid()(h = -1, v=2)
         panel.xyplot(x,y)
         panel.loess(x,y, span=1)
    },
    aspect = "xy")

The Rgui showed 
> source(.trPaths[5])

Without any error msg. Did I miss anything? Please enlighten me.

Richard


        [[alternative HTML version deleted]]

______________________________________________
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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to