polyfreq {leem} | R Documentation |
Frequency polygon Graph
Description
Generic function that plots the frequency polygon curve.
Usage
polyfreq(x, ...)
Arguments
x |
R object (list) of class leem. Use |
... |
further arguments passed to or from other methods. |
Examples
# Example 1
library(leem)
rnorm(36, 100, 50) |> new_leem(variable = "continuous") |> tabfreq() |> polyfreq()
[Package leem version 0.2.0 Index]