Skip to content
Prev 12611 / 29559 Next

spacetime::stplot: problem overlaying a SpatialLines object over a STIDF points map

Thanks; for your case, with current spacetime,

stplot(ciotat.t, panel=function(x,y,...) {
   panel.xyplot(x,y,...)
   sp.lines(contour)
 }
)

might do what you need; I'll look into having sp.layout work the same
way as it does in spplot, for stplot'ing STIDF objects.

Best wishes,
On 08/25/2011 01:28 PM, Mathieu Rajerison wrote: