parameterControlTool {playwith} | R Documentation |
Part of the playwith Application Programming Interface.
## Note: this is only to be called inside a tool constructor function. parameterControlTool(playState, name, value, label = name, handler = NULL, horizontal = TRUE)
playState |
a |
name |
the parameter name as it appears in the plot call. |
value |
the possible or starting values for the parameter.
Can be a single or vector value, of
|
label |
label for the widget. |
handler |
a function. |
horizontal |
FALSE to make a tool for a vertical toolbar. |
Note: this is only to be called inside a tool constructor function. It is not intended to be called directly.
Felix Andrews felix@nfrac.org
## none yet