GUI.db {RGeoS} | R Documentation |
Graphic interface for managing a Db
GUI.db(db,widget=NULL,parent=NULL,height=500,width=300)
db |
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. |
height |
Height (minimum) of the Db widget. |
width |
Width (minimum) of the Db widget. |
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.