Skip to contents

Generate a summary of a score currently being created. Generates a line graph comparing the column value and the corresponding score.

Usage

score_summary(x, ...)

Arguments

x

The column being scored.

...

The score arguments. See create_score().

Value

A ggplot2::ggplot() object containing the graph.

Examples

score_summary(
  1:100,
  score_type = "Linear", lb = 15, ub = 70, exponential = FALSE
)