Skip to contents

Plot an MDS data.frame produced from the output of sourmash compare

Usage

plot_compare_mds(compare_mds, label = TRUE)

Arguments

compare_mds

A data.frame produced using make_compare_mds()

label

Boolean controlling whether sample labels are added to the plot. The default, TRUE, plots labels.

Value

A ggplot2 plot.

Examples

if (FALSE) {
plot_compare_mds(compare_mds)
}