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 histogram |
returns just the plot
John Verzani
hist,density
x <- rt(100,4) simple.freqpoly(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.