Set the default verbosity level
dartR functions have a verbosity parameter that sets the level of reporting during the execution of the function. The verbosity level, set by parameter 'verbose' can be one of verbose 0, silent or fatal errors; 1, begin and end; 2, progress log ; 3, progress and results summary; 5, full report. The default value for verbosity is stored as a flag in the gl@loc.metrics.flags slot of each genelight object. This script sets the value of the flag.
gl.set.verbosity(x, value = 2, verbose = NULL)
x |
name of the genlight object containing the SNP data, or the genind object containing the SilocoDArT data [required] |
value |
– set the default verbosity to be this value: 0, silent only fatal errors; 1, begin and end; 2, progress log ; 3, progress and results summary; 5, full report [default 2] |
verbose |
– verbosity: 0, silent or fatal errors; 1, begin and end; 2, progress log ; 3, progress and results summary; 5, full report [default 2] |
The genlight with the verbosity flag reset
Arthur Georges (Post to https://groups.google.com/d/forum/dartr)
gl <- gl.set.verbosity(testset.gl, value=2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.