Learn R Programming

RSurvey (version 0.6-0)

SetPolygonLimits: Set Polygon Limits

Description

A GUI for specifying polygon limits.

Usage

SetPolygonLimits(poly.names = NULL, poly.data = NULL, 
                 poly.crop = NULL, parent = NULL)

Arguments

poly.names
character; the vector of names corresponding to polygons contained within ply (see ManagePolygons).
poly.data
character; the name of the polygon that defines the data limits boundary (optional).
poly.crop
character; the name of the polygon that defines the crop region for interpolated data (optional).
parent
tkwin; the parent window (optional).

Value

  • Returns a list with components poly.data and poly.crop (see Arguments).

See Also

AutocropPolygon, tri.mesh

Examples

Run this code
SetPolygonLimits(c("Polygon1", "Polygon2", "Polygon3"))

Run the code above in your browser using DataLab