basic_info {genepop} | R Documentation |
Allele and genotype frequencies per locus and per sample. See this section of the Genepop executable documentation for more information on the statistical methods.
basic_info(inputFile, outputFile = "", verbose = interactive())
inputFile |
The path of the input file, in Genepop format |
outputFile |
character: The path of the output file |
verbose |
logical: whether to print some information |
The path of the output file is returned invisibly.
locinfile <- genepopExample('sample.txt') basic_info(locinfile,'sample.txt.INF') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')