Description Usage Arguments Value Examples
View source: R/assess_normality_function.r
Create a customized histogram figure
1 | assess_normality(x, ...)
|
x |
a vector of values for which the histogram is desired |
... |
one of: a vector giving the breakpoints between histogram cells, a function to compute the vector of breakpoints, a single number giving the number of cells for the histogram, a character string naming an algorithm to compute the number of cells, a function to compute the number of cells. |
a histogram figure
1 2 | data(faithful)
assess_normality(x = faithful$eruptions, main = "Old Faithful data")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.