fi: The FORAM Index

fiR Documentation

The FORAM Index

Description

This function implements the FORAM Index (FI) in community abundance datasets.

Usage

  fi(df, groups)

Arguments

df

a numerical data frame with samples as columns and taxa as rows.

groups

a three level grouping factor.

Details

his analysis is directed for health evaluation and monitoring of reef environments (Hallock et al. 2003) and it is based in foraminiferal total fauna methodology.

The taxa classification that determines the groups are originally based on genera, but species data from literature or experiments will be accepted as well. The grouping factor must be composed solely by Ps (simbiont-bearing), Po (opportunistic), or Ph (other small heterotrophic) levels. NAs are not allowed.

The plot uses the axis function, so a complete customization (i.e. side) of the axes is not possible at this moment, and some other parameters may show improperly if changed.

Value

A fi object has the fallowing elements:

PlotOrder

a numerical vector defining the sites plot order, only used for plotting.

FI

a numerical vector with the sites FORAM Index values.

Note

FI > 4 indicates environment conducive to reef growth (CRG), FI varying between 3 and 5 indicates environmental change (Coefficient of Variation > 0.1), 2 < FI < 4 indicates environment marginal for reef growth (MRG) and unsuitable for recovery and FI < 2 indicates stressed conditions unsuitable for reef growth (UGR).

For more details on other graphic prameters see plot.default and par.

Author(s)

Rodrigo Aluizio

References

Hallock, P., Lidz, B.H., Cockey-Burkhard, E.M. & Donnelly, K.B. (2003). Foraminifera as bioindicators in coral reef assessment and monitoring: The foram index. Environmental monitoring and assessment 81, 221-238.

Examples

data(LF)
data(Factors)
MyFI <- fi(LF, Factors)
plot(MyFI)

forams documentation built on Aug. 24, 2023, 5:11 p.m.