layout_polygon {dwp}R 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).


[Package dwp version 1.1 Index]