Learn R Programming

RSurvey (version 0.7-5)

SetPolygonLimits: Set Polygon Limits

Description

A GUI for specifying polygon limits.

Usage

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

Arguments

poly.names
character; a vector of polygon names.
data.poly
character; the name of the polygon that defines the data limits boundary.
crop.poly
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 data.poly and crop.poly.

Examples

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

Run the code above in your browser using DataLab