plot_correlation {scoringutils}R Documentation

Plot Correlation Between Metrics

Description

Plots a heatmap of correlations between different metrics

Usage

plot_correlation(correlations)

Arguments

correlations

A data.table of correlations between scores as produced by correlation().

Value

A ggplot2 object showing a coloured matrix of correlations between metrics

Examples

scores <- score(example_quantile)
correlations <- correlation(
 summarise_scores(scores)
)
plot_correlation(correlations)

[Package scoringutils version 1.2.2 Index]