# \donttest{
classified_species <- define_rb(nice_tidy)
# Default parameters for a single sample ERR2044669
plot_ulrb(classified_species,
sample_id = "ERR2044669",
taxa_col = "OTU",
abundance_col = "Abundance")
# All samples in a dataset
plot_ulrb(classified_species,
taxa_col = "OTU",
abundance_col = "Abundance",
plot_all = TRUE)
# All samples with a log scale
plot_ulrb(classified_species,
taxa_col = "OTU",
abundance_col = "Abundance",
plot_all = TRUE,
log_scaled = TRUE)
# }
Run the code above in your browser using DataLab