simple.freqpoly function

Simply plot histogram and frequency polygon

Simply plot histogram and frequency polygon

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

Arguments

  • x: a vector of data
  • ...: arguments passed onto histogram

Returns

returns just the plot

Author(s)

John Verzani

See Also

hist,density

Examples

x <- rt(100,4) simple.freqpoly(x)
  • Maintainer: John Verzani
  • License: GPL (>= 2)
  • Last published: 2022-01-11

Useful links