Indicator Species Analysis Minimizing Intermediate Occurrences
Calculates the degree to which species are either always present or always absent within clusters or types.
isamic(comm,clustering,sort=FALSE)
Calculates the constancy (fractional occurrence of each species in every type), and then calculates twice the the sum of the absolute values of the constancy - 0.5, normalized to the number of clusters (columns).
A data.frame of species indicator values
Aho, K., D.W. Roberts, and T.W. Weaver. 2008. Using geometric and non-geometric internal evaluators to compare eight vegetation classification methods. J. Veg. Sci. 19(4):549-562.
data(bryceveg) data(brycesite) clust <- cut(brycesite$elev,5,labels=FALSE) isamic(bryceveg,clust)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.