View source: R/utils.basic.stats.r
utils.basic.stats | R Documentation |
WARNING: UTILITY SCRIPTS ARE FOR INTERNAL USE ONLY AND SHOULD NOT BE USED BY END USERS AS THEIR USE OUT OF CONTEXT COULD LEAD TO UNPREDICTABLE OUTCOMES.
utils.basic.stats(x)
x |
A genlight object containing the SNP genotypes [required]. |
This is a re-implementation of hierfstat::basics.stats
specifically
for genlight objects. Formula (and hence results) match exactly the original
version of hierfstat::basics.stats
but it is much faster.
A list with with the statistics for each population
Luis Mijangos and Carlo Pacioni (post to https://groups.google.com/d/forum/dartr)
require("dartR.data")
out <- utils.basic.stats(platypus.gl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.