ddi_point | R Documentation |
0-dimensional geometric primitive, representing a position, but not having extent. In this declaration, point is limited to a longitude/latitude coordinate system.
ddi_point(...) ddi_gringLat(...) ddi_gringLon(...)
... |
Child nodes or attributes. |
Parent nodes
point
is contained in polygon
.
point specific child nodes
ddi_gringLat()
is the latitude (y coordinate) of a point. Valid range
expressed in decimal degrees is as follows: -90,0 to 90,0 degrees (latitude).
ddi_gringLon()
is the longitude (x coordinate) of a point. Valid range
expressed in decimal degrees is as follows: -180,0 to 180,0 degrees (longitude).
A ddi_node object.
# ddi_point() which requires ddi_gringLat() and ddi_gringLon() 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.