GUI.neigh {RGeoS} | R Documentation |
Graphic Interface for manipulating a Neighborhood
GUI.neigh(neigh = NA, widget=NULL, parent=NULL,ndim = 2)
neigh |
The |
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. |
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.