| hcrabs | R Documentation |
The number of male crabs attached to female horseshoe crabs
data(hcrabs)
A data frame with 173 observations on the following 5 variables.
Colthe color of the female;
a factor with levels LM (light medium),
M (medium), DM (dark medium) or D (dark)
Spinethe spine condition;
a factor with levels BothOK,
OneOK or NoneOK
Widththe carapace width of the female crab in cm; a numeric vector
Wtthe weight of the female crab in grams; a numeric vector
Satthe number of male crabs attached to the female (‘satellites’); a numeric vector
The data come from an observational study of nesting horseshoe crabs: “The study was conducted at two beaches on the Delaware shore, Breakwater Harbor at Cape Henlopen Park in Lewes and Fowler's Beach, 32 km north on the same shoreline (Sussex County, Delaware, usa). In 1991 observations were made from 7 to 17 June, in1992 from 28 May to 3 June and from 11 to 14 June, and in 1993 from 18 May to 11 June. At these sites the crabs were most active on the higher of the two daily high tides (which at this time of year are at night between 1700 and 0200 h est)” (Brockmann, 1996; p. 4).
H. J. Brockmann (1996) Satellite male groups in horseshoe crabs, Limulus polyphemus. Ethology, 102(1), 1–21.
data(hcrabs) plot(Sat ~ Wt, data=hcrabs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.