Closed moyn413 closed 11 months ago
Hi, is there a way to stop the comp_barplot() function from normalizing abundances to a value of 1 but instead to plot the raw values in the barplot? Thanks!
yep! add argument to comp_barplot: tax_transform_for_plot = "identity", for no transformation
the default is "compositional"
Worked perfectly! Thank you!
Hi, is there a way to stop the comp_barplot() function from normalizing abundances to a value of 1 but instead to plot the raw values in the barplot? Thanks!