Plot a normal distribution with a certain score highlighted
plot_normal_dist_plus_score.Rd
Plot a normal distribution with a certain score highlighted
Usage
plot_normal_dist_plus_score(
data = NULL,
mean = NULL,
sd = NULL,
highlighted_score,
title = ggplot2::waiver(),
colour = "purple",
plot_point = FALSE,
alpha = 0.1,
vertical_line_colour = "orange"
)