| GobySurvival {emdbook} | R Documentation |
Goby (reef fish) survivorship data
Description
Survivorship data from experimental manipulations on gobies Elacatinus evelynae and E. prochilos in the US Virgin Islands, 2000-2002
Format
experexperiment
yearyear
sitesite (factor: backreef, patchreef)
headcoral head (factor)
densitytreatment "density" (number of "target" fish)
qualtreatment "quality"; background settlement rate
d1last day observed (starting at 1)
d2first day not observed
Details
These data have been made available by the author for pedagogical use; out of courtesy, please don't redistribute (outside of the context of this package) or use in an academic publication without requesting permission (via the package maintainer).
Source
J. Wilson, pers. comm.; "Habitat quality, competition and recruitment processes in two marine gobies", Ph.D. thesis, University of Florida (2004); https://ufdc.ufl.edu/UFE0004180/00001/pdf
Examples
## midpoint of survival times
gg <- transform(GobySurvival,mid=(d1+d2)/2)
plot(table(gg$mid))