TeachingDemos (version 2.10)

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

Description

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

Usage

run.hist.demo(x)

Arguments

x

Data to plot.

Value

No meaninful value is returned.

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.

See Also

hist, slider

Examples

Run this code
# NOT RUN {
if(interactive()){
run.hist.demo( rnorm(250, 100, 5) )
}
# }

Run the code above in your browser using DataCamp Workspace