The object in which all results are stored. See read.population.
filename
A string specifying the name of the file to be written.
geno.to.convert
A vector of genotypes in the data object that are to be converted to another form. For example, to convert genotypes coded as (0, 0.5, 1), to ("A", "H", "B"), set geno.to.convert to c(0, 0.5, 1) and conversion to c("A", "H", "B").
conversion
A vector the same length as geno.to.convert. The values in this vector will be written in place of the values in geno.to.convert in the final file.
Value
This function writes a data object to a .csv file that can be read by read.population. Nothing is returned.