View source: R/theme_mutilties.R
simple theme optimised for visual appeal and clarity.
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
library(microbiomeUtilities)
data("biogeogut")
p0 <- biogeogut
select.taxa <- c("OTU-182933:Blautia", "OTU-183089:f__Clostridiaceae")
tax_table(p0.f)
p0.f <- format_to_besthit(p0)
p <- plot_select_taxa(p0.f, select.taxa, "SampleType", "Paired", plot.type = "stripchart")
p + theme_microutilities() + scale_colour_Publication()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.