CalcNormalizedAUC
CalcNormalizedAUC.Rd
This function calculates the normalized area under the curve (AUC) for a cumulative richness curve. The normalized AUC is computed by dividing the AUC by the maximum possible area, which is the product of the maximum group index and maximum cumulative richness.
Examples
if (FALSE) {
curve <- CalculateCumulativeRichness(mmo, group =c("Control", "Treatment1", "Treatment2"))
norm_auc <- CalcNormalizedAUC(curve)
}