plot_correlation: Plot Correlation Between Metrics

View source: R/plot.R

plot_correlationR 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)

scoringutils documentation built on Feb. 16, 2023, 7:30 p.m.