drop_dense: Internal function to prune quantiles of non-important values for
visualization.
Description
This function is not exposed, since we want to hard-code the parameters
for simplicity of usage.
Usage
drop_dense(x, y, N_hard = 10000)
Value
data.frame with o and e pruned as columns.
Arguments
- x
A numeric vector of sample/theoretical points.
- y
A numeric vector of theoretical/sample points.
- N_hard
Desired upper bound on the number of points to plot.