ddi_polygon | R Documentation |
The minimum polygon that covers a geographical area, and is delimited by at least 4 points (3 sides), in which the last point coincides with the first point.More information on these elements, especially their allowed attributes, can be found in the references.
ddi_polygon(...)
... |
Child nodes or attributes. |
Parent nodes
polygon
is contained in boundPoly
.
A ddi_node object.
ddi_point()
# ddi_polygon requires ddi_point() which requires ddi_gringLat() and ddi_gringLon() ddi_polygon(ddi_point( ddi_gringLat("42.002207"), ddi_gringLon("-120.005729004") ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.