Skip to contents

Once the groups of a cluster have been identified, the average value for each species (or target variable) are computed for each group. Moreover, within each group, species (or target variables) are sorted decreasingly by their cover (or value).

Usage

clustGroupAggregate(database)

Arguments

database

a dataframe in which Rows are surveys and Columns are Species. The first column is the identifier of dendrogram groups see @example for a graphical detail

Value

dataframe with the average value of abundance for each species (or target variable) within each group sorted decreasingly by the abundance

Examples