Skip to content
Prev 14030 / 29559 Next

Overimposing one map in ssplot onto another

On Fri, 27 Jan 2012, Dimitri Liakhovitski wrote:

            
See the sp.layout= argument to spplot() - here:

spl <- list("sp.lines", as(can1, "SpatialLines"), lwd=0.4)

should give what you need, as lines plot over polygons, but not the 
opposite.

Roger