heat_cor_plot creates a heat plot based on correlations.

heat_cor_plot(dist)

Arguments

dist

A list object created after running dissimilarity.

Value

It will save and print to screen a plotly interactive html correlation heat map.

Details

When run it uses the list object created by running dissimilarity and generates a correlation heat map. The correlation heat map can help visualise groupings of samples based on mismatch values. It generates a "plotly" visualisation in the viewer when using RStudio whereby values can be interrogated by hovering the mouse cursor. The heat map can be saved to png file either by using the interactive menu in the "plotly" html or by using the export button in the RStudio viewer. The html version is saved to `results/cluster/`.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/ScatMatch/index.html the ScatMatch website

Examples

if (FALSE) {
heat_cor_plot(dist = dissimilarity_list)
}