| GobySurvival | R Documentation |
Survivorship data from experimental manipulations on gobies Elacatinus evelynae and E. prochilos in the US Virgin Islands, 2000-2002
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
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).
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
## midpoint of survival times
gg <- transform(GobySurvival,mid=(d1+d2)/2)
plot(table(gg$mid))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.