pinniped dataset

Pinniped brain sizes and mating system

Pinniped brain sizes and mating system

A data set of body and brain mass for 33 species of pinniped (seals, sea lions and walruses) along with the type of mating system for that species. data

data("pinniped")

Format

A data frame with 33 observations on the following 6 variables.

  • Species: Binomial species name
  • Male_brain_g: Brain mass for males in g
  • Female_brain_g: Brain mass for females in g
  • Male_mass_Kg: Body mass for males in Kg
  • Female_mass_Kg: Body mass for females in Kg
  • Mate_type: Mating system: mono = monogynous, poly = polygynous

Source

https://onlinelibrary.wiley.com/doi/10.1111/j.1420-9101.2012.02520.x

References

Fitzpatrick, J.L., Almbro, M., Gonzalez-Voyer, A., Hamada, S., Pennington, C., Scanlan, J. & Kolm, N. (2012) Sexual selection uncouples the evolution of brain and body size in pinnipeds. Journal of evolutionary biology, 25, 1321-1330.

Examples

data(pinniped) str(pinniped)
  • Maintainer: Rob Knell
  • License: GPL-3
  • Last published: 2022-01-18

About the dataset

  • Number of rows: 33
  • Number of columns: 6
  • Class: data.frame

Column names and types

  • Species:character
  • Male_brain_g:numeric
  • Female_brain_g:numeric
  • Male_mass_Kg:numeric
  • Female_mass_Kg:numeric
  • Mate_type:character