Learn R Programming

UsingR (version 2.0-8)

simple.freqpoly: Simply plot histogram and frequency polygon

Description

Simply plot histogram and frequency polygon. Students do not need to know how to add lines to a histogram, and how to extract values.

Usage

simple.freqpoly(x, ...)

Value

returns just the plot

Arguments

x

a vector of data

...

arguments passed onto histogram

Author

John Verzani

See Also

hist,density

Examples

Run this code
x <- rt(100,4)
simple.freqpoly(x)

Run the code above in your browser using DataLab