layout_polygon | R Documentation |
Example Polygon Data for Site Layout
layout_polygon
A data frame illustrating the required raw data format for using
standard R polygons to characterize a site layout. There must be three
columns: one giving turbine IDs (turbine
) and columns for the x
and y
coordinates that delineate the plot layouts. Turbine IDs must be
syntactitally valid R names, that is, combinations of letters, numbers,
underscores ( _ ) and periods ( . ) and no spaces, hyphens, or other special
characters. Names must not begin with a number, so 1, 2, 3, ...
,
3B1
, and .72S
are NOT valid names. Coordinates shoud be in
meters relative to a turbine at (0, 0).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.