data(metagencounts)
Distance <- KenDist(Data = metagencounts$Counts, Penalty = 0.5)
## The result obtained in the above example is the same as
## Not run: Distance <- Count2Distance(Data = metagencounts$Counts,
# Distance = "Kendall's tau-distance", Penalty = 0.5);## End(Not run)
Run the code above in your browser using DataLab