write_hierfstat | R Documentation |
Write a hierfstat file from a tidy data frame. Used internally in radiator and assigner and might be of interest for users.
write_hierfstat(data, filename = NULL)
data |
A tidy data frame object in the global environment or
a tidy data frame in wide or long format in the working directory.
How to get a tidy data frame ?
Look into radiator |
filename |
(optional) The file name prefix for the hierfstat file
written to the working directory. With default: |
A hierfstat file is saved to the working directory.
Thierry Gosselin thierrygosselin@icloud.com
Goudet, J. (1995) FSTAT (Version 1.2): A computer program to calculate F- statistics. Journal of Heredity, 86, 485-486.
Goudet, J. (2005) hierfstat, a package for r to compute and test hierarchical F-statistics. Molecular Ecology Notes, 5, 184-186.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.