Distribution_LB.Rd
Distribution function
Distribution_LB(data, var, split = FALSE, split_rule = NULL)
a dataframe
variable
does the variable need to be splitted
the splitting rule
a plot with the variable
Distribution_LB(data = mtcars, var = "mpg", split = TRUE, split_rule = 23) #> Loading required package: ggplot2