GUI.neigh {RGeoS}R Documentation

Graphic Interface for manipulating a Neighborhood

Description

Graphic Interface for manipulating a Neighborhood

Usage

GUI.neigh(neigh = NA, widget=NULL, parent=NULL,ndim = 2)

Arguments

neigh

The neigh-class to be edited. If not provided, a new neighborhood is created using this procedure. When pressing the button 'Assign', the new neighborhood will be stored as an R-object under the name 'neigh'.

widget

Widget describing the current interface. If NULL, the widget is initialized here.

parent

Widget considered as a parent of the current widget. If NULL, the current widget is the main one. Otherwise, the current widget will be closed as soon as the parent widget closes.

ndim

Space dimension. This parameter is used for a new neighborhood.

Value

If parent is not defined, no returned argument. Otherwise, the current interface will serve as a child to the parent interface: a pointer to this interface is returned for future inquiry.


[Package RGeoS version 9.1.1 Index]