polyfreq | R Documentation |
Generic function that plots the frequency polygon curve.
polyfreq(x, ...)
x |
R object (list) of class leem. Use |
... |
further arguments passed to or from other methods. |
# Example 1
library(leem)
rnorm(36, 100, 50) |> new_leem(variable = "continuous") |> tabfreq() |> polyfreq()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.