drop_dense: Internal function to prune quantiles of non-important values...

View source: R/qq.R

drop_denseR Documentation

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)

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.

Value

data.frame with o and e pruned as columns.


fastqq documentation built on Oct. 25, 2022, 9:06 a.m.