Skip to contents

Description

The abd package contains data sets and sample code for the book, The Analysis of Biological Data by Michael C. Whitlock and Dolph Schluter (2009; Roberts and Company Publishers).

Authors

Kevin M. Middleton (University of Missouri); Randall Pruim (Calvin College)

Reference

Whitlock, M.C. and D. Schluter. 2009. The Analysis of Biological Data. Roberts and Company Publishers. ISBN: 0981519407.

Installation

You can install the most recent version directly from github using install_github() from the remotes package.

remotes::install_github("Middleton-Lab/abd")

Note that if you are using Windows, you may first need to install [Rtools](https://cran.r-project.org/bin/windows/Rtools/.

Stable release versions of abd are available via CRAN:

Examples

trellis.par.set(theme=col.abd())  # set color theme
show.settings()
abdData(3)                        # look for data sets in chapter 3
abdData('Finch')                  # look for data sets with 'finch' in name