run.hist.demo: Create a histogram and interactively change the number of...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Create a histogram then use a Tk slider window to change the number of bars, the minimum, and the maximum.

Usage

1

Arguments

x

Data to plot.

Details

Draws a histogram and creates a Tk slider window that allows you to explore how changing the parameters affects the appearance of the plot.

Value

No meaninful value is returned.

Author(s)

Greg Snow 538280@gmail.com

See Also

hist, slider

Examples

1
2
3
if(interactive()){
run.hist.demo( rnorm(250, 100, 5) )
}

TeachingDemos documentation built on April 14, 2020, 6:26 p.m.