Skip to contents

Function to graphically analyse the distribution of a continuous variable using a raincloud plot and a qq-plot

Usage

analyse_distribution(data, var)

Arguments

data

A data frame.

var

A character value to indicate the name of a numeric variable to be plotted.

Value

A ggplot object.