Learn R Programming

fGarch (version 4021.88)

stdSlider: Student-t Distribution Slider

Description

Displays interactively the dependence of the Student-t distribution on its parameters.

Usage

stdSlider(type = c("dist", "rand"))

Value

a Tcl object.

Arguments

type

a character string denoting which interactive plot should be displayed. Either a distribution plot type="dist", the default value, or a random variates plot, type="rand".

Author

Diethelm Wuertz for the Rmetrics R-port.

Examples

Run this code
if (FALSE) {  
## stdSlider -
   require(tcltk)
   stdSlider("dist")
   stdSlider("rand")
}

Run the code above in your browser using DataLab