Skip to content
Prev 10932 / 29559 Next

How to draw grid contours within a map

? Hi Lyndon,

? Thank you very much for sharing your function and for the tips as well. The code is very useful, but I'll have to make slight modifications in order to properly plot my data...

? The grids I need to draw span the following coordinates:
? One solution could be adapting your function to use degrees instead of metres. By doing this, the arguments would be something like:
 
fcstgrid <- createPolyGrid(x = -60, y = -35, h = 10, w = 10, size = 2.5)

? "GridTopology" and related help pages don't mention how to use degrees instead of metres (or my R immaturity prevented me from finding)...

  Any tips to help me working on that adaptation?

? Best regards,

? Thiago.
--- On Tue, 15/2/11, Lyndon Estes <lestes at princeton.edu> wrote: