Skip to content

clustur 0.1.4

Latest

Choose a tag to compare

@GregJohnsonJr GregJohnsonJr released this 11 Jan 23:00
5d646f8
  • Updated the cluster() function to change the current clustering metric it is using if it is not suitable for your data.

  • read_dist() and cluster() will now return objects with class name "distance_object", and "mothur_cluster" respectively. This will ensure the returned object can be differentiated between other R objects.

  • Fixed memory leaks that were found using Valgrind.