R/gl.basic.stats.r
gl.basic.stats.Rd
Based on function basic.stats
. Check ?basic.stats
for help.
gl.basic.stats(x, digits = 4, verbose = NULL)
Name of the genlight object containing the SNP data [required].
Number of digits that should be returned [default 4].
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.
if (!(requireNamespace("hierfstat", quietly = TRUE))) {
out <- gl.basic.stats(possums.gl[1:10,1:100])
}