assess_normality: Create a customized histogram figure

Description Usage Arguments Value Examples

View source: R/assess_normality_function.r

Description

Create a customized histogram figure

Usage

1

Arguments

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.

Value

a histogram figure

Examples

1
2
data(faithful)
assess_normality(x = faithful$eruptions, main = "Old Faithful data")

RotanaRad/rotsurpackage documentation built on Dec. 18, 2021, 11:53 a.m.