powered by
Simply plot histogram and frequency polygon. Students do not need to know how to add lines to a histogram, and how to extract values.
simple.freqpoly(x, ...)
returns just the plot
a vector of data
arguments passed onto histogram
John Verzani
hist,density
x <- rt(100,4) simple.freqpoly(x)
Run the code above in your browser using DataLab