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, ...)
a vector of data
arguments passed onto histogram
returns just the plot
hist,density
# NOT RUN { x <- rt(100,4) simple.freqpoly(x) # }
Run the code above in your browser using DataLab