DAAG (version 1.22.1)

mignonette: Darwin's Wild Mignonette Data

Description

Data which compare the heights of crossed plants with self-fertilized plants. Plants were paired within the pots in which they were grown, with one on one side and one on the other.

Usage

mignonette

Arguments

Format

This data frame contains the following columns:

cross

heights of the crossed plants

self

heights of the self-fertilized plants

Examples

Run this code
# NOT RUN {
print("Is Pairing Helpful? - Example 4.3.1")

attach(mignonette)
plot(cross ~ self, pch=rep(c(4,1), c(3,12))); abline(0,1) 
abline(mean(cross-self), 1, lty=2)
detach(mignonette)
# }

Run the code above in your browser using DataLab