Learn R Programming

Biostatistics (version 1.0.4)

carnivores: Brain and body mass for carnivore species

Description

Data on mean brain and body mass for 199 species from the carnivora.

Usage

data("carnivores")

Arguments

Format

A data frame with 199 observations on the following 7 variables.

Binomial

binomial species name

order

order name

family

family name

genus

genus name

species

species name

Mean_brain_mass_g

mean brain mass for that species in g

Mean_body_mass_Kg

mean body mass for that species in Kg

References

Burger, J.R., George, M.A., Leadbetter, C. & Shaikh, F. (2019) The allometry of brain size in mammals. Journal of mammalogy, 100, 276-283.

Examples

Run this code
# NOT RUN {
data(carnivores)
str(carnivores)
# }

Run the code above in your browser using DataLab