genedivFis | R Documentation |
Evaluates Fis and gene diversities, or related measures based on allele sizes. See this section of the Genepop executable documentation for more information on the identity-based statistical methods, and this one for allele-size based ones.
genedivFis( inputFile, sizes = FALSE, outputFile = "", dataType = "Diploid", verbose = interactive() )
inputFile |
The path of the input file, in Genepop format |
sizes |
logical: whether to compute statistics based on allele size, or not. |
outputFile |
character: The path of the output file |
dataType |
character: The haploid and diploid data |
verbose |
logical: whether to print some information |
The path of the output file is returned invisibly.
locinfile <- genepopExample('sample.txt') genedivFis(locinfile,outputFile = 'sample.txt.DIV') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.