Learn R Programming

fastR2 (version 1.2.4)

Cuckoo: Cuckoo eggs in other birds' nests

Description

Cuckoos are knows to lay their eggs in the nests of other (host) birds. The eggs are then adopted and hatched by the host birds. These data were originally collected by O. M. Latter in 1902 to see how the size of a cuckoo egg is related to the species of the host bird.

Arguments

Format

A data frame with 120 observations on the following 2 variables.

length

length of egg (mm)

species

a factor with levels hedge sparrow meadow pipet pied wagtail robin tree pipet wren

References

These data are also available from DASL, the data and story library (https://dasl.datadescription.com/).

Examples

Run this code

data(Cuckoo)
gf_boxplot(length ~ species, data = Cuckoo)

Run the code above in your browser using DataLab