powered by
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())
The path of the output file is returned invisibly.
The path of the input file, in Genepop format
character: The path of the output file
logical: whether to print some information
locinfile <- genepopExample('sample.txt') basic_info(locinfile,'sample.txt.INF') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')
Run the code above in your browser using DataLab