headbobLizards | R Documentation |
Displays of 14 male Anolis lizards were recorded in Puerto Rican forest (Ord et al. 2016), along with key environmental characteristics. These lizards bob their head up and down (and do push-ups) in attempts to attract the attention of females, and advertise territory ownership to other males. How fast a lizard bobs its head was recorded, and it was of interest to understand which environmental features (out of temperature, light and noisiness) were related to head bobbing speed.
data(headbobLizards)
A dataframe containing:
A factor indicating Which lizard we are talking about. There is one observation per lizard (but more were originally collected).
Temperature, in degrees Celsius, at the location where lizard was first observed.
Ambient light recorded using a handheld sensor pointed towards the bobbing is happening.
Visual background noise measured using video analysis.
Maximum head-bobbing speed.
Date and time of observation.
Ord, T. J., Charles, G. K., Palmer, M. & Stamps, J. A. (2016). Plasticity in social communication and its implications for the colonization of novel habitats. Behavioral Ecology 27, 341-351
data(headbobLizards)
plot(Hbspd_max~Bg_noise_max, data=headbobLizards)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.