The symbols function can add symbols (including boxplot style boxes) to an 
existing plot (your map for example).  The subplot function in the 
TeachingDemos package can add entire plots (including boxplots) to an existing 
plot.

Both the above work with base graphs only, not grid (lattice, ggplot2).


-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111


> -----Original Message-----
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of driechel
> Sent: Thursday, December 16, 2010 5:02 AM
> To: r-help@r-project.org
> Subject: [R] Adding graphs to a map
> 
> 
> I have been searching for a while how to do this but I have no clue.
> So I have a shape file, with 10 points where some water quality is
> measured.
> In an csv file I have these values. I would like to couple this
> measurements
> (in boxplot) to each point in the shapefile and connect the name of the
> point by a line (the name is a little bit outside the map to keep
> things
> clean).
> The end product thus is a map with 10 points that each have a boxplot
> containing their measurement data.
> 
> I hope this is clear enough.....
> How could I do this?
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Adding-
> graphs-to-a-map-tp3090716p3090716.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help@r-project.org 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.

______________________________________________
R-help@r-project.org 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