This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how can i join points (between correlated samples) in beta diversity NMDS plot or PCs plot

enter image description here

library(vegan) library(ape) library(dplyr) ps <- microbiome::transform(ps, "compositional") otu <- abundances(ps) meta <- meta(ps)

visualize the population density and highlight sample groups

p <- plot_landscape(ps, method="NMDS" , distance="bray", col="sample", size=3) print(p)

codes beta diversity microbiome nmds

0 answers

No answers yet.

Log in to answer this question.