guess_binwidth: Guess binwidth for histogram

Description Usage Arguments Details

View source: R/bins.R

Description

Guess binwidth for histogram

Usage

1
guess_binwidth(x, method = c("mccrary"))

Arguments

x

vector to use in histogram

method

method to use for automatic binning if bw is null

Details

The method guesses the bandwidth to be used as a default in case the user doesn't specify their own parameter. Options currently supported are "mccrary" and "freedman". for details see bw_freedman and bw_mccrary.


be-green/shinyrd documentation built on April 14, 2020, 12:43 a.m.