Re: [R] low resolution word map

2012-08-06 Thread Ray Brownrigg
On 2/08/2012 8:06 a.m., Thomas Steiner wrote: Hi Ray, 2012/7/31 Ray Brownrigg : On 07/28/12 23:46, Thomas Steiner wrote: Hi, I'd like to have a low resolution word map in R. The "maps" package has this option, but if I use the argument, the map looses sense: Russia and Australia get empty etc

Re: [R] low resolution word map

2012-08-01 Thread Thomas Steiner
Hi Ray, 2012/7/31 Ray Brownrigg : > On 07/28/12 23:46, Thomas Steiner wrote: >> Hi, >> I'd like to have a low resolution word map in R. >> The "maps" package has this option, but if I use the argument, the map >> looses sense: Russia and Australia get empty etc >> >> library("maps") >> m=map(col="

Re: [R] low resolution word map

2012-07-30 Thread Ray Brownrigg
On 07/28/12 23:46, Thomas Steiner wrote: > Hi, > I'd like to have a low resolution word map in R. > The "maps" package has this option, but if I use the argument, the map > looses sense: Russia and Australia get empty etc > > library("maps") > m=map(col="skyblue",fill=TRUE,plot=TRUE,resolution=10)

[R] low resolution word map

2012-07-28 Thread Thomas Steiner
Hi, I'd like to have a low resolution word map in R. The "maps" package has this option, but if I use the argument, the map looses sense: Russia and Australia get empty etc library("maps") m=map(col="skyblue",fill=TRUE,plot=TRUE,resolution=10) length(m$x) If I drop the "fill=TRUE", the effect of

[R] low resolution word map

2012-07-28 Thread Thomas Steiner
Hi, I'd like to have a low resolution word map in R. The "maps" package has this option, but if I use the argument, the map looses sense: Russia and Australia get empty etc library("maps") m=map(col="skyblue",fill=TRUE,plot=TRUE,resolution=10) length(m$x) If I drop the "fill=TRUE", the effect of