Skip to contents

Expands the pre-binned histogram to approximate raw scores before passing to the density estimator.

Usage

score_density(x, threshold = x@score_dist$threshold %||% NA_real_, ...)

Arguments

x

A Match_Overview object from summarise_matches().

threshold

Numeric. Draws a dashed vertical line. Defaults to the threshold stored in x@score_dist$threshold when available.

...

Passed to tinyplot::tinyplot().

Value

Invisibly, the data.table of expanded scores.