View source: R/Trans_to_microeco.R
| Trans_to_microeco | R Documentation |
Convert a LorMe object to a microeco object
Trans_to_microeco(taxobj, use_reads = TRUE)
taxobj |
A |
use_reads |
Logical. |
A microtable object.
## Not run:
data("Two_group")
Two_group_microeco=Trans_to_microeco(Two_group)
t1 <- trans_abund$new(dataset = Two_group_microeco, taxrank = "Phylum", ntaxa = 10)
t1$plot_bar(others_color = "grey70",
legend_text_italic = FALSE) +
theme(axis.title.y = element_text(size = 18)) #Just to show it can be used for analysis
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.