[R] Cannot scale my map

Mihalis Tsoukalos playtime at freemail.gr
Mon Dec 11 21:52:05 CET 2006


On Mon 11 Dec 2006, at 22:32 , Ray Brownrigg wrote:

> On Tuesday 12 December 2006 09:07, Mihalis Tsoukalos wrote:
>> Dear list,
>>
>> I have the following problem:
>>
>> I want to plot my data and display a map at the same graph. The
>> problem is that my map is not properly sized (is very small). It
>> appears at the bottom-left side of the output.
>> I am using the following R commands:
>>
>> {
>> plot(Time, col="lightgrey")
>> title("Connections per Minute")
>> map("world", fill=TRUE, lwd=0.25, col="green", add=TRUE)
>> box()
>> }
>>
>> Please note that Time contains data in the following format:
>> 00:00
>> 00:01
>> ...
>> 22:04, etc.
>>
>> Can you please help me?
>
> If you just want the map as a 'background', then you will need to  
> rescale one
> or other of the plots.

Dear Ray,
thanks for answering.

I just want the map as a "background" but I do not know how to  
rescale it.
Can anyone help me?

thanks!
Mihalis.

---
Show me a Mac user, and I 'll show you a creative user.




More information about the R-help mailing list