wrapRpSlider {LinRegInteractive} | R Documentation |
Wrapper Function for rp.slider
Description
Wrapper function to provide a variable name of type character
to rp.slider
.
Usage
wrapRpSlider(panel, variable, from, to, action, title=NA,
log = FALSE, showvalue = FALSE, resolution = 0,
initval = NULL, pos = NULL, horizontal = TRUE)
Arguments
See documentation of rp.slider
. The argument variable
must be of type character
here.
Value
A function call of rp.slider
which can be evaluated.
Note
Function is only for internal use in LinRegInteractive.
[Package LinRegInteractive version 0.3-3 Index]