GraphMetagen(MDSdata)Contents are counts or distances. Takes values in c(Counts, Distance).
Contents contains counts. Takes values in c(Kendall's tau-distance, UniFrac).
phylo. To be provided when DistType is set equal to UniFrac.
Clust. If true cluster membership is not provided, it returns a value NULL.OptimClusts.GrammRServ
## Not run: data(metagencounts)
# X <- list(Contents = metagencounts$Counts, Clust = metagencounts$CommMemshp,
# DataType = "Counts", DistType = "Kendall's tau-distance",
# Dimensions = c(2,3,4), Norms = c(1,2), Penalty = 0.5, MinClust = 2);
# GraphMetagen(X);## End(Not run)
Run the code above in your browser using DataLab