smart_hist: smart_hist

View source: R/plots.R

smart_histR Documentation

smart_hist

Description

smart_hist

Usage

smart_hist(x, freq = FALSE, dens = TRUE, main = "", ...)

Arguments

x

A numeric vector

freq

Boolean set to FALSE to plot density on y-axis. Otherwise TRUE to plot frequencies

dens

Boolean set to TRUE to overlay kernel density

main

String for plot title

...

arguments passed to hist

Value

No return value.


smarter documentation built on April 3, 2025, 8:46 p.m.

Related to smart_hist in smarter...