Learn R Programming

RSurvey (version 0.7-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, a list of polygon components, see ManagePolygons.
poly.data
character; the name of the polygon that defines the data limits boundary.
poly.crop
character; the name of the polygon that defines the crop region for interpolated data.
parent
tkwin; the GUI parent window.

Value

  • Returns a list with components poly.data and poly.crop.

See Also

AutocropPolygon, tri.mesh

Examples

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

Run the code above in your browser using DataLab