filter_individuals: Filter out individuals

View source: R/filters.R

filter_individualsR Documentation

Filter out individuals

Description

This function removes individuals from the data set. Individuals can be user-defined or can be accessed via interactive kinship analysis.

Usage

filter_individuals(
  input.data,
  ind.to.remove = NULL,
  inter = TRUE,
  verbose = TRUE
)

Arguments

input.data

name of input object (class mappoly.data)

ind.to.remove

individuals to be removed. If NULL it opens an interactive graphic to proceed with the individual selection

inter

if TRUE, expects user-input to proceed with filtering

verbose

if TRUE (default), shows the filtered out individuals

Author(s)

Marcelo Mollinari, mmollin@ncsu.edu


mappoly documentation built on Jan. 6, 2023, 1:16 a.m.