Tag Presence/Absence datasets (SilicoDArT) have missing values where it is not possible to determine reliably if there the
sequence tag can be called at a particular locus.
method = 'ind': Because this filter operates on call rate, this function recalculates Call Rate, if necessary, before filtering.
If individuals are removed using method='ind', then the call rate stored in the genlight object is, optionally, recalcuated after filtering.
recursive=TRUE: Note that when filtering individuals on call rate, the initial call rate is calculated and compared against the threshold. After filtering,
if mono.rm=TRUE, the removal of monomorphic loci will alter the call rates. Some individuals with a call rate initially greater than
the nominated threshold, and so retained, may come to have a call rate lower than the threshold. If this is a problem, repeated iterations
of this function will resolve the issue. This is done by setting mono.rm=TRUE and recursive=TRUE, or it can be done manually.