binwFD: Estimate optimal binwidth for histogram according to...

View source: R/binwFD.R

binwFDR Documentation

Estimate optimal binwidth for histogram according to Freedman-Diaconis rule

Description

Estimate optimal binwidth for histogram according to Freedman-Diaconis rule

Usage

binwFD(x)

Arguments

x

numeric vector to be plotted on histogram

Value

numeric vector

Examples

x <- rnorm(100)
binwFD(x)


johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.