Learn R Programming

bayespref (version 1.0)

YGGV: Oviposition preference data from Yuba Gap, CA and Gardnerville, NV.

Description

A data matrix of experimental host plant choice data from two population of Lycaeides.

Usage

data(YGGV)

Arguments

Format

A data frame with 26 observations on the following 5 variables.
Pop
a numeric vector
Ast
a numeric vector
Lotus
a numeric vector
Lupine
a numeric vector
Medicago
a numeric vector

Source

Gompert, Z., J.A. Fordyce, M.L. Forister, A.M. Shapiro, & C.C. Nice. 2006. Homoploid hybrid speciation in an extreme habitat. Science 314:1923-1925.

Details

Pop 1 is Yuba Gap, CA and Pop 2 is Gardnerville, NV.

Examples

Run this code
data(YGGV)
boxplot(YGGV[,2:5])
str(YGGV)

Run the code above in your browser using DataLab