simple.freqpoly | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.