Need help with scrip for plotting isohyets on rainfall map
226 views
Skip to first unread message
Marcel Belmont
unread,
Jan 7, 2014, 6:38:59 AM1/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggp...@googlegroups.com
Dear All,
I am relatively new to R and I am asking for
your assistance regarding producing an R script. I would like to have
R draw isoyhets (contour lines) on the map of Mahe which is the main
island in the Seychelles. I intend to produce a monthly weather review
that will include a rainfall map with contour lines drawn. I have
attached the map and coordinates of the rainfall stations together
with a column containing daily rainfall from those stations to be used
as an example. Thanking you in advance for your help.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to belmo...@gmail.com, ggplot2
Hi:
For reading the data from Excel into R, see the XLConnect package,
which comes with a nice vignette. For contour plots in ggplot2, see
http://docs.ggplot2.org/current/stat_contour.html, which contains a
number of examples. Pay attention to how the data must be arranged for
input into ggplot2.