Skip to contents

Generate a ggplot2 bubble plot

Usage

bubble_plot(rel_abund_tb, x_var = "sample_id", color = NULL, italics = FALSE)

Arguments

rel_abund_tb

A relative abundance table in tibble format.

x_var

The variable to used on the x-axis.

color

The color.

italics

Logical. Whether to use italics or not.

Value

A ggplot

Examples

rel_abund_phy(physeq) %>% bubble_plot()