Skip to contents

Loads fecundity.csv and size_structure.csv from the inst/extdata directory, computes derived width from area, and assigns species-level growthforms.

Usage

sp_order

Format

An object of class character of length 11.

Value

Two data frames:

  • fecundity: colony area, width, and reproductive status

  • coralsize: species, width, and assigned growthform

Details

  • fecundity includes colony-level reproductive data.

  • coralsize contains colony size structure by species, with growthform classification.

  • Width is computed as sqrt(area_cm2 / pi) * 2.

  • Growthforms are assigned using fct_recode() based on species identity.

Examples

if (FALSE) { # \dontrun{
head(fecundity)
head(coralsize)
} # }