Description Usage Arguments Details Examples
Export to GenePop/LinkDos format
1 2 | write.genepop(x, file = "", digits = 2L,
description = "DNAprofiles export")
|
x |
profiles object |
file |
(optional) filename |
digits |
number of digits used to encode alleles (2 or 3) |
description |
first line of GenePop file |
Exports a profiles object as a text file in the GenePop/LinkDos format. See http://genepop.curtin.edu.au/help_input.html for more information.
1 2 3 4 5 6 7 8 | data(freqsNLsgmplus)
set.seed(123)
# sample a small reference db
x <- sample.profiles(N = 1e3,freqs=freqsNLsgmplus)
write.genepop(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.