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
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="
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)
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
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
5 matches
Mail list logo