當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


R hist.scott 使用自動箱寬度選擇繪製直方圖


R語言 hist.scott 位於 MASS 包(package)。

說明

使用 Scott 或 Freedman-Diaconis 公式繪製具有自動箱寬度選擇的直方圖。

用法

hist.scott(x, prob = TRUE, xlab = deparse(substitute(x)), ...)
hist.FD(x, prob = TRUE, xlab = deparse(substitute(x)), ...)

參數

x

數據向量

prob

該地塊是否應該具有單位麵積,以便進行密度估計?

xlab , ...

hist 的進一步參數。

對於nclass.* 函數,建議的類數。

副作用

繪製直方圖。

參考

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Springer.

也可以看看

hist

相關用法


注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Plot a Histogram with Automatic Bin Width Selection。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。