simple.freqpoly: Simply plot histogram and frequency polygon

Description Usage Arguments Value Author(s) See Also Examples

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

1

Arguments

x

a vector of data

...

arguments passed onto histogram

Value

returns just the plot

Author(s)

John Verzani

See Also

hist,density

Examples

1
2
x <- rt(100,4)
simple.freqpoly(x)

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.