Learn R Programming

graph4lg (version 1.8.0)

data_ex_genind: data_ex_genind genetic dataset

Description

Genetic dataset from genetic simulation on CDPOP 200 individuals, 10 populations 20 microsatellite loci (3 digits coding) 100 generations simulated

Usage

data_ex_genind

Arguments

Format

An object of type 'genind'

Details

The simulation was made with CDPOP during 100 generations. Dispersal was possible between the 10 populations. Its probability depended on the cost distance between populations, calculated on a simulated resistance surface (raster). Mutations were not possible. There were initially 600 alleles in total (many disappeared because of drift). Population stayed constant with a sex-ratio of 1. Generations did not overlap. This simulation includes a part of stochasticity and these data result from only 1 simulation run.

References

landguth2010cdpopgraph4lg

Examples

Run this code
data("data_ex_genind")
length(unique(data_ex_genind@pop))

Run the code above in your browser using DataLab