This function removes individuals from the data set. Individuals can be user-defined or can be accessed via interactive kinship analysis.
filter_individuals(
input.data,
ind.to.remove = NULL,
inter = TRUE,
verbose = TRUE
)
name of input object (class mappoly.data
)
individuals to be removed. If NULL
it opens
an interactive graphic to proceed with the individual
selection
if TRUE
, expects user-input to proceed with filtering
if TRUE
(default), shows the filtered out individuals
Marcelo Mollinari, mmollin@ncsu.edu