powered by
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() )
The path of the output file is returned invisibly.
The path of the input file, in Genepop format
logical: whether to compute statistics based on allele size, or not.
character: The path of the output file
character: The haploid and diploid data
logical: whether to print some information
locinfile <- genepopExample('sample.txt') genedivFis(locinfile,outputFile = 'sample.txt.DIV') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')
Run the code above in your browser using DataLab