findBinWidth: Calculate Bin Width

View source: R/utils-bin.R

findBinWidthR Documentation

Calculate Bin Width

Description

This function determines the ideal bin width based on the range, sample size and distribution of values.

Usage

findBinWidth(x, na.rm = c(FALSE, TRUE))

Arguments

x

Numeric or Date vector

na.rm

boolean indicating if missing values should be removed

Value

Numeric or character bin width


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.