Skip to contents

Distribution function

Usage

Distribution_LB(data, var, split = FALSE, split_rule = NULL)

Arguments

data

a dataframe

var

variable

split

does the variable need to be splitted

split_rule

the splitting rule

Value

a plot with the variable

Examples

Distribution_LB(data = mtcars, var = "mpg", split = TRUE, split_rule = 23)
#> Loading required package: ggplot2