Skip to contents

Plot a heatmap from a tibble of sourmash compare results.

Usage

plot_compare_heatmap(compare_df, seed = 42, ...)

Arguments

compare_df

A tibble or data.frame produced by read_compare_csv() representing a (dis)similarity matrix output by sourmash compare.

seed

Random seed for function. Default is 42. Ensures repeatable plot outputs.

...

Arguments passed to base::heatmap().

Value

A plot of sourmash compare results.

Examples

if (FALSE) {
plot_compare_heatmap()
}