stdSlider {fGarch} | R Documentation |
Student-t distribution slider
Description
Displays interactively the dependence of the Student-t distribution on its parameters.
Usage
stdSlider(type = c("dist", "rand"))
Arguments
type |
a character string denoting which interactive plot should be
displayed. Either a distribution plot |
Value
a Tcl object
Author(s)
Diethelm Wuertz for the Rmetrics R-port
See Also
Examples
## Not run:
## stdSlider -
require(tcltk)
stdSlider("dist")
stdSlider("rand")
## End(Not run)
[Package fGarch version 4033.92 Index]