Name of the genlight object containing the SNP or presence/absence
(SilicoDArT) data [required].
n
Number of individuals to include in the subsample [default NULL]
replace
If TRUE, sampling is with replacement [default TRUE]
by.pop
If FALSE, ignore population settings [default TRUE].
error.check
If TRUE, will undertake error checks on input paramaters [default TRUE]
verbose
Verbosity: 0, silent or fatal errors; 1, begin and end; 2,
progress log; 3, progress and results summary; 5, full report
[default NULL, unless specified using gl.set.verbosity]
Retain a subset of individuals at random, with or without replacement.
If subsampling globally, n must be less than or equal to nInd(x). If subsampling
by population, then n must be less than the minimum sample size for any population.
Set error.check = FALSE for speedy execution in simulations