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 July 17, 2025, 3:09 a.m.