Converts a genlight object to genind object
gl2gi(gl, probar = FALSE, verbose = NULL)
-- a genlight object
-- if TRUE, a progress bar will be displayed for long loops [default = TRUE]
-- verbosity: 0, silent or fatal errors; 1, begin and end; 2, progress log ; 3, progress and results summary; 5, full report [default 2 or as specified using gl.set.verbosity]
A genind object, with all slots filled.
this function uses a faster version of df2genind (from the adgegenet package)