Learn R Programming

RSurvey (version 0.7-9)

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; a vector of polygon names.
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.

Examples

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

Run the code above in your browser using DataLab