Learn R Programming

Sleuth3 (version 1.0-3)

ex0826: Kleiber's Law

Description

The data are the average mass, metabolic rate, and lifespan for 95 species of mammals. Kleiber's law states that the metabolic rate of an animal species, on average, is proportional to its mass raised to the power of 3/4.

Usage

ex0826

Arguments

Format

A data frame with 95 observations on the following 5 variables.

CommonName

the common name of the mammal species

Species

the scientific name of the mammal species

Mass

the average body mass in kg

Metab

the average metabolic rate in kJ per day

Life

the average lifespan in years

Examples

Run this code
# NOT RUN {
str(ex0826)
# }

Run the code above in your browser using DataLab