Create a histogram and interactively change the number of bars.
Create a histogram then use a Tk slider window to change the number of bars, the minimum, and the maximum.
run.hist.demo(x)
x |
Data to plot. |
Draws a histogram and creates a Tk slider window that allows you to explore how changing the parameters affects the appearance of the plot.
No meaninful value is returned.
Greg Snow 538280@gmail.com
if(interactive()){ run.hist.demo( rnorm(250, 100, 5) ) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.