Learn R Programming

ade4 (version 1.2-2)

apis108: Allelic frequencies in ten honeybees populations at eight microsatellites loci

Description

This data set gives the occurences for the allelic form on 8 loci in 10 populations.

Usage

data(apis108)

Arguments

format

A data frame containing 180 rows (allelic forms on 8 loci) and 10 columns (populations).

source

http://www.montpellier.inra.fr/URLB/apis/libanfreq.pdf Franck P., Garnery L., Solignac M. and Cornuet J.M. (2000) Molecular confirmation of a fourth lineage in honeybees from the Near-East. Apidologie, 31, 167--180.

Examples

Run this code
data(apis108)
apis <- count2genet(as.data.frame(t(apis108)))
apis.pca <- dudi.pca(apis$tab, center = apis$center,
    scale = FALSE, scannf = FALSE, nf = 3)

Run the code above in your browser using DataLab