Learn R Programming

cape (version 3.1.1)

remove_kin_ind: Removes individuals from the kinship object to match the cape.obj

Description

Removes individuals from the kinship object to match the cape.obj

Usage

remove_kin_ind(data_obj, kin_obj)

Value

updated kinship object

Arguments

data_obj

a Cape object

kin_obj

a kinship object

Examples

Run this code
if (FALSE) {
kin_obj <- remove_kin_id(data_obj, kin_obj)
}

Run the code above in your browser using DataLab