plot_compare_mds.Rd
Plot an MDS data.frame produced from the output of sourmash compare
plot_compare_mds(compare_mds, label = TRUE)
A data.frame produced using make_compare_mds()
Boolean controlling whether sample labels are added to the plot. The default, TRUE, plots labels.
A ggplot2 plot.
if (FALSE) { plot_compare_mds(compare_mds) }