GUI.model {RGeoS} | R Documentation |
Graphic Interface for manipulating a Model
GUI.model(model = NA, widget=NULL, parent=NULL, ndim = 2, nvar=1, ncovmax = 5)
model |
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 model. |
nvar |
Number of variables. This parameter is used for a new model; |
ncovmax |
Maximum number of basic structures. |
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.