Skip to content

visualisation clusters in an ordination plot

2 messages · RAMAN, Maud, Jari Oksanen

#
Dear Maud Raman,
On 14/02/2012, at 16:29 PM, RAMAN, Maud wrote:
....
An obvious problem is that the second argument of ordicluster() must be a hclust() result (cluster tree), but you gave it a cutree result (a classification vector). The following may work:

ordicluster(KSSA6olhel.ca, KSSA6w.fc, prune=6, col = "blue")

(I also changed the value of 'prune' to reflect your cutree class number).

The cutree result can be used with other visualisation methods such as ordispider, ordihull and ordiellipse.

Cheers, Jari Oksanen