Learn R Programming

UsingR (version 2.0-7)

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, ...)

Arguments

x

a vector of data

arguments passed onto histogram

Value

returns just the plot

See Also

hist,density

Examples

Run this code
# NOT RUN {
x <- rt(100,4)
simple.freqpoly(x)
# }

Run the code above in your browser using DataLab