gl2gp {Geneland} | R Documentation |
Takes the matrices of coordinates and genotypes in the Geneland format and writes it as an ascci file in the Genepop format
gl2gp(coordinates, genotypes, file)
coordinates |
Matrix of coordinates |
genotypes |
MAtrix of genotypes |
file |
Character string giving the path to the file where the data in Genepop format should be written |
An ascci file is written. This file may need to be process in order to convert eol character from unix style to dos style.
Gilles Guillot and Tanguy de l'Argentaye