Learn R Programming

forams (version 2.0-6)

fi: The FORAM Index

Description

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

Usage

fi(df, groups)

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.

Arguments

df

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

groups

a three level grouping factor.

Author

Rodrigo Aluizio

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.

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

Run this code
data(LF)
data(Factors)
MyFI <- fi(LF, Factors)
plot(MyFI)

Run the code above in your browser using DataLab