Simply plot histogram and frequency polygon
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, ...)
x
: a vector of data...
: arguments passed onto histogramreturns just the plot
John Verzani
hist,density
x <- rt(100,4) simple.freqpoly(x)
Useful links