Learn R Programming

DEMEtics (version 0.8-7)

Example.untransformed: Allelic Data of Three Populations for Three Loci

Description

The data set gives the fragment lengths (in base pairs) for three loci and three populations.

Usage

data(Example.untransformed)

Arguments

Format

A data frame with 216 observations on the following 8 variables.
individual
a factor with each individual representing one level
population
a factor with levels population1, population2, population3
locus1.allele1
a numeric vector listing the base pairs of the first allele of locus1
locus1.allele2
a numeric vector listing the base pairs of the second allele of locus1
locus2.allele1
a numeric vector listing the base pairs of the first allele of locus2
locus2.allele2
a numeric vector listing the base pairs of the second allele of locus2
locus3.allele1
a numeric vector listing the base pairs of the first allele of locus3
locus3.allele2
a numeric vector listing the base pairs of the second allele of locus3

Examples

Run this code
data(Example.untransformed)
Example.untransformed

Run the code above in your browser using DataLab