PlotPolysOnStaticMap {RgoogleMaps} | R Documentation |
This function plots polygons on a map.
PlotPolysOnStaticMap(MyMap, polys, col, verbose = 1, ...)
MyMap |
map image returned from e.g. GetMap() |
polys |
polygons to overlay |
col |
(optional) vector of colors, one for each polygon |
verbose |
level of verbosity |
... |
further arguments passed to PlotOnStaticMap |
Markus Loecher, Sense Networks <markus@sensenetworks.com>