make.example.files: Generate an Example File in the Working Directory
Description
This command will copy two example files into the user's working directory. The file "data.dat" is in DetSel format, and the file "data.gen" is in Genepop format (see Raymond and Rousset 1995; Rousset 2007).
Usage
make.example.files()
Arguments
Value
The example file is saved in the current directory.
References
Raymond, M., and Rousset, F. (1995) Genepop (version 1.2): population genetics software for exact tests and ecumenicism, Journal of Heredity86: 248--249.
Rousset, F. (2008) genepop'007: a complete re-implementation of the genepop software for Windows and Linux, Molecular Ecology Notes8: 103--106.
# NOT RUN {## This is to generate an example file in the working directory.make.example.files()
## This is to clean up the working directory.remove.example.files()
# }