coral: Coral organisms in French Polynesia

Description Usage Format Source Examples

Description

The coral data frame has data on initial size, taxonomic identity and alive/death status of coral organisms in French Polynesia.

Usage

1

Format

This data frame contains the following columns:

siteDepthPeriod

factor with levels corresponding to a code for the site, depth and time period concerning where and when coral organisms were measured.

taxon

factor corresponding to an abbreviation for taxonomic identity:
ACR = Acropora,
POC = Pocillopora,
POR = Porites.

logInitialSizePlusOne

initial size measurement of coral organism transformed according to the log(initial size + 1).

died

indicator that coral organism has died:
1 = coral organism has died,
0 = coral organism still alive.

Source

Kayal, M., Vercelloni, J., Wand, M.P. and Adjeroud, M. (2015). Searching for the best bet in life-strategy: a quantitative population dynamics approach to life history trade-offs in reef-building corals. Ecological Complexity, 23, 73-84.

Examples

1
2
3
4
library(HRW) ; data(coral)
if (require("lattice"))
   print(xyplot(died ~ logInitialSizePlusOne|siteDepthPeriod*taxon,
                data = coral,layout = c(15,5)))

HRW documentation built on Nov. 23, 2021, 9:07 a.m.

Related to coral in HRW...