eggs: Bird eggs datatset.

Description Usage Format Source References Examples

Description

A dataset on the shape of eggs. Original data extract from photographs of multiple eggs. Values in this dataset are averages.

Usage

1

Format

A data frame with 23 columns, including:

order

Taxonomic order

family

Taxonomic family

spp

Species

asymmetry

Index of how asymmetric the egg is

ellipticity

Index of how elliptical egg is

ave.length.com

Average length of egg in cm; com is typo

Source

http://science.sciencemag.org/content/356/6344/1249

References

Stoddard et al. 2017. Avian egg shape: Form, function, and evolution. Science. xxxx:xxx-xxx.

Examples

1
2
3
4
5
6
7
## Load packages

library(ggpubr)

ggscatter(data = eggs,
          y = "asymmetry",
          x = "ellipticity")

brouwern/compbio4all documentation built on Dec. 19, 2021, 11:47 a.m.