layout_polygon: Example Polygon Data for Site Layout

layout_polygonR Documentation

Example Polygon Data for Site Layout

Description

Example Polygon Data for Site Layout

Usage

layout_polygon

Format

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).


dwp documentation built on July 9, 2023, 5:59 p.m.