powered by
Plots a heatmap of correlations between different metrics
plot_correlation(correlations)
A ggplot2 object showing a coloured matrix of correlations between metrics
A data.table of correlations between scores as produced by correlation().
correlation()
scores <- score(example_quantile) correlations <- correlation( summarise_scores(scores) ) plot_correlation(correlations)
Run the code above in your browser using DataLab