Skip to contents

`plot_gather_classified()` produces a ggplot2 plot of the classified and unclassified fraction of many samples from a data frame of sourmash gather results.

Usage

plot_gather_classified(gather_df)

Arguments

gather_df

A data frame of multiple sourmash gather results created by `read_gather()`.

Value

A ggplot2 plot.

Examples

if (FALSE) {
plot_gather_classified(gather_df)
}