ddi_polygon: polygon and its child nodes

View source: R/stdyInfo.R

ddi_polygonR Documentation

polygon and its child nodes

Description

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.

Usage

ddi_polygon(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

polygon is contained in boundPoly.

Value

A ddi_node object.

Shared and complex child nodes

  • ddi_point()

References

polygon documentation

Examples

# ddi_polygon requires ddi_point() which requires ddi_gringLat() and ddi_gringLon()
ddi_polygon(ddi_point(
               ddi_gringLat("42.002207"), 
               ddi_gringLon("-120.005729004")
             )
           )
           

Global-TIES-for-Children/rddi documentation built on Oct. 24, 2022, 9:50 p.m.