Description Usage Format Source References Examples
Prevalence of left-handedness (percent.left
) and homicide rates (murder
) for 8 societies.
1 |
A data frame with 8 observations on the following 2 variables.
percent.left
a numeric vector
murder.rate
a numeric vector
Faurie, C. and M. Raymond. 2005. Handedness, homicide and negative frequency-dependent selection. Proceedings of the Royal Society of London B 272: 25-28.
http://rspb.royalsocietypublishing.org/content/272/1558/25.abstract
1 2 3 | data(Lefthanded)
str(Lefthanded)
xyplot(murder.rate ~ percent.left, Lefthanded)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.