make_qq_plot.RdMakes a QQ-plot for a set of values hypothesized to follow a uniform distribution (e.g., p-values).
make_qq_plot(p_values, ci_level = 0.95, point_col = "royalblue4", alpha = 0.9)a vector values -- hypothesized to follow a uniform distribution -- from which to construct the QQ-plot. This vector typically will be a set of p-values.
level of the pointwise confidence band (default 0.95)
color of the plotted points
transparency of the plotted points
a ggplot object containing the QQ-plot