qqnorm: Creates a Q-Q plot for comparing with normal quantiles
Description
Faster alternative to stats::qqnorm(). For more than 1e5 points
we remove excess points, that would not be visible in the plot, since the
points are so close. Otherwise this should work exactly the same, and the
code is mostly adapted from stats::qqnorm(). This code produces
more lightweight plots for excessive amounts of data.