If your goal is to put 1 or more plots on top of a map (or other plot),
then the subplot function in the TeachingDemos package may be of help. 


-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mihalis Tsoukalos
Sent: Monday, December 11, 2006 1:08 PM
To: [email protected]
Subject: [R] Cannot scale my map

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?

many thanks in advance,
Mihalis.

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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to