Skip to contents

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 type="dist", the default value, or a random variates plot, type="rand".

Value

a Tcl object

Author

Diethelm Wuertz for the Rmetrics R-port

See also

Examples

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