exportGenePop | R Documentation |
write a genepop input file
exportGenePop(
x,
filename,
header = "genePop file",
pops = NULL,
loci = NULL,
useIndNames = FALSE
)
x |
an EFGLdata object |
filename |
the name of the file to write |
header |
a string to use as the header line of the genepop file |
pops |
a vector of pops to include. If not specified, all pops are used. |
loci |
a vector of loci to include. If not specified, all loci are used. |
useIndNames |
TRUE to use individual names as sample identifiers. Otherwise, population names are used |
nothing, just writes a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.