powered by
Create a histogram then use a Tk slider window to change the number of bars, the minimum, and the maximum.
run.hist.demo(x)
No meaninful value is returned.
Data to plot.
Greg Snow 538280@gmail.com
Draws a histogram and creates a Tk slider window that allows you to explore how changing the parameters affects the appearance of the plot.
hist, slider
hist
slider
if(interactive()){ run.hist.demo( rnorm(250, 100, 5) ) }
Run the code above in your browser using DataLab