Description Usage Arguments Value
View source: R/Table2Genepop.R
This function loads a table with a set of haploid markers and generates a GenePop file with this information
1 | tab2genepop(table, filen, abc = TRUE, sexratio = 1, header = NULL)
|
table |
Table with the genetic markers |
filen |
Output file name |
abc |
Boolean. If true it writes a first line with the male to female sex ratio of the population. Defaults to True |
sexratio |
Male-to-Female ratio. If abc is False, it is ignored |
header |
Additional information to be put in the header of the GenePop file. Defaults to NULL |
Writes a GenePop file on the working directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.