# NOT RUN {
# In this example, dist.3col transforms the distance object
# of Bray-Curtis dissimilarity to 3-column matrix.
data("example.data")
comm=example.data$comm
BC=vegan::vegdist(comm)
BC3c=dist.3col(BC)
# }
Run the code above in your browser using DataLab