Hi,

I have a STIDF points object named ciotat.t that I've tried to plot with a
city contour named contour.

I tried this but it doesn't work:
> stplot(ciotat.t, sp.layout= list("sp.lines", contour))

Also, this doesn't work:
> stplot(ciotat.t, panel=function(...) {
   sp.lines(contour)
   panel.pointsplot(...)
 })

I thought it was as easy as with spplot.The documentation tells that
arguments are passed on to spplot in case of stplot.STFDF, and to xyplot in
case of
stplot.STIDF. So, the method may be a little different in my case (STIDF)?

Any help would be appreciated,

Mathieu

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to