View source: R/gl.basic.stats.r
gl.basic.stats | R Documentation |
Based on function basic.stats
. Check ?basic.stats
for help.
gl.basic.stats(x, digits = 4, verbose = NULL)
x |
Name of the genlight object containing the SNP data [required]. |
digits |
Number of digits that should be returned [default 4]. |
verbose |
Verbosity: 0, silent or fatal errors; 1, begin and end; 2, progress log; 3, progress and results summary; 5, full report [default 2, unless specified using gl.set.verbosity]. |
Several tables and lists with all basic stats.
basic.stats
for details.
Bernd Gruber (bugs? Post to https://groups.google.com/d/forum/dartr)
if (!(requireNamespace("hierfstat", quietly = TRUE))) {
out <- gl.basic.stats(possums.gl[1:10,1:100])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.