[R-sig-Geo] drawing order in spplot and Line width in sp maps
Edzer J. Pebesma
e.pebesma at geo.uu.nl
Mon Jul 10 09:43:05 CEST 2006
I uploaded sp 0.8-18 to CRAN, which should fix:
- a bug that breaks sp 0.8-16 on r-devel
- not passing lty and lwd to spplot methods for SpatialPolygonsDataFrame
and SpatialLinesDataFrame objects.
--
Edzer
Duncan Golicher wrote:
> Great. Thanks so much. It was obvious really.
> You also seem to have come up with one solution to the line width
> question asked a couple of days ago, as this works.
>
> spplot(chisgrid, "dem", panel = function(x,y, ...){
> panel.gridplot(x,y,...)
> sp.polygons(municipios, col=1,fill=0,lwd=3,lty=2)
> })
>
>
> Duncan
>
>
More information about the R-sig-Geo
mailing list