Re: [R-sig-Geo] graphical doubts: lines colour, order objects and print in only one graph

2007-05-15 Thread Edzer J. Pebesma
Marta Rufino wrote: > Dear list members, > > > I have three doubts: :-) > > 1. How to colour the lines from a shape file (which has been inserted > into a spplot, through sp.layout): > > #For example > nc <- readShapeLines("costa.shp", proj4string=CRS("+proj=longlat > +datum=WGS84")) > spplot(gr

[R-sig-Geo] graphical doubts: lines colour, order objects and print in only one graph

2007-05-15 Thread Marta Rufino
Dear list members, I have three doubts: :-) 1. How to colour the lines from a shape file (which has been inserted into a spplot, through sp.layout): #For example nc <- readShapeLines("costa.shp", proj4string=CRS("+proj=longlat +datum=WGS84")) spplot(grid[1], sp.layout=list(nc))