Description Usage Arguments Value Examples
Scales a frequency database so that allele frequencies sum up to one.
1 |
x |
a |
ms |
a marker or a marker vector. If not provided, all markers are scaled. |
a scaled version of the given frequency database
1 2 3 4 5 | n <- normalise(ft_popstr_europe)
# this is useful to check, but, in general, you should not
# depend on the internal structure of a freqt object
rowSums(n$TABLE, na.rm = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.