addNumberedKeyHandler.ggobi {Rggobi} | R Documentation |
These functions allow one to set, query and manage a collection of event handlers that are triggered when the GGobi user hits a function key (i.e. F1,..., F12). This provides users with a simple way to have repeated actions occur at their control and can be used to, for example, print results after brushing numerous values, moving multiple points, etc. See the RGGobi manual for more examples.
addNumberedKeyHandler.ggobi(..., .gobi=getDefaultGGobi()) .GetNumberedKeyHandler.ggobi(create=FALSE, register=TRUE, .gobi=getDefaultGGobi()) registerNumberedKeyHandler.ggobi(handler=NumberedKeyHandler.ggobi(), .gobi=getDefaultGGobi(), description="R numbered key press event handler") NumberedKeyHandler.ggobi(...)
... |
|
.gobi |
|
create |
|
register |
|
handler |
|
description |
XXX
Duncan Temple Lang
http://www.ggobi.org