Ornamentation and Attractiveness in Guppies
Guppies.Rd
The father's ornamentation (composite score of color and brightness) and son's attractiveness (relative rates of visits by females) in male guppies (Poecilia reticulata).
Format
A data frame with 36 observations on the following 2 variables.
- father.ornament
a numeric vector
- son.attract
a numeric vector
Source
inferred from Brooks, R. 2000. Negative genetic correlation between male sexual attractiveness and survival. Nature 406: 67-70.
Examples
str(Guppies)
#> 'data.frame': 36 obs. of 2 variables:
#> $ father.ornament: num 0.35 0.03 0.14 0.1 0.22 0.23 0.3 0.32 0.31 0.31 ...
#> $ son.attract : num -0.32 -0.03 0.11 0.28 0.31 0.18 0.29 0.27 0.19 0.12 ...
xyplot(son.attract ~ father.ornament,
Guppies,
xlab = "Father's ornamentation",
ylab = "Son's attractiveness"
)