Description Usage Arguments Value
Draw a polygon specified as matrix of data frame of latitude/longitude values
1 2 | ggooglemaps_polygon(path, stroke = list(color = "#0000FF", opacity = 1, weight
= 2), fill = list(color = "#FF0000", opacity = 0.25), map, ...)
|
path |
path of polygon as matrix or data frame of points |
stroke |
list of stroke parameters (color, opacity, weight) |
fill |
list of fill parameters (color, opacity) |
map |
ggooglemaps object |
... |
ignored |
a polygon instance, but has no methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.