Description Usage Arguments Value Examples
Visulization of spectra network distance as PCoA.
Visulization of spectra network distance as PCoA.
1 2 3 4 | net_dis_pcoa(x)
## S4 method for signature 'character'
net_dis_pcoa(x)
|
x |
The folder with all egv files generated by net_dis_indi(). |
p The plotted figure.
p The plotted figure.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run:
data(maize)
norm(maize) <- maize_asv2
maize <- fit_tabs(maize)
maize <- bs_pm(maize, group = "Compartment", individual = TRUE, out_dir =
"./individual_bs_pm/")
maize <- net_dis_indi("./individual_bs_pm/", method = "spectra", egv = TRUE,
dir = "./egv_folder/")
p <- net_dis_pcoa("./egv_folder/")
## End(Not run)
## Not run:
data(maize)
maize <- norm_tab(maize)
maize <- fit_tabs(maize)
maize <- get_rep(maize, top = 5)
maize <- bs_pm(maize, group = "Compartment", individual = TRUE, out_dir =
"./individual_bs_pm/")
maize <- net_dis_indi("./individual_bs_pm/", method = "spectra", egv = TRUE,
dir = "./egv_folder/")
p <- net_dis_pcoa("./egv_folder/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.