On Wed, 5 Jul 2006, Vladimir Batagelj wrote:
>
> <<< Roger Bivand>>>
>
> > both for base graphics. Are you using spplot()?
>
> Yes.
Then this is an spplot/lattice graphics question, where I'm as out of my
depth as you are. It looks as though sp.polygon() takes arguments that a
<<< Roger Bivand>>>
> both for base graphics. Are you using spplot()?
Yes.
I am trying to get a display of administrative units in the world
> rc <- readShapePoly("admin98/admin98.shp")
> names(rc)
[1] "FIPS_ADMIN" "GMI_ADMIN" "ADMIN_NAME" "FIPS_CNTRY" "GMI_CNTRY"
"CNTRY_NAME
On Tue, 4 Jul 2006, Vladimir Batagelj wrote:
>
> Hi,
>
> I am trying to change the line width in (shape) maps
> produced using sp package, but without success.
> All my attempts with lwd parameter failed.
> I found a brute force solution to save the map in
> EPS and change the linewidth there -
Hi,
I am trying to change the line width in (shape) maps
produced using sp package, but without success.
All my attempts with lwd parameter failed.
I found a brute force solution to save the map in
EPS and change the linewidth there - but I would
expect that there is a regular solution.
best reg