hist: Histogram and statistics

View source: R/hist.R

histR Documentation

Histogram and statistics

Description

Histogram and statistics

Usage

hist(data, plot_x = NULL, plot_y = NULL, alpha_1 = 0.05, alpha_2 = 0.95)

Arguments

data

dataframe

plot_x

x (defaults to second column in dataframe)

plot_y

y

alpha_1

lower/left probability

alpha_2

higher/right probability

Value

Histogram

Examples

hist(data = mtcars, plot_x = "wt")

rbitrage/HK documentation built on March 20, 2022, 11:40 a.m.