founders(x, internal = FALSE)nonfounders(x, internal = FALSE)
leaves(x, internal = FALSE)
males(x, internal = FALSE)
females(x, internal = FALSE)
typedMembers(x, internal = FALSE)
untypedMembers(x, internal = FALSE)
father(x, id, internal = FALSE)
mother(x, id, internal = FALSE)
children(x, id, internal = FALSE)
offspring(x, id, internal = FALSE)
spouses(x, id, internal = FALSE)
unrelated(x, id, internal = FALSE)
parents(x, id, internal = FALSE)
grandparents(x, id, degree = 2, internal = FALSE)
siblings(x, id, half = NA, internal = FALSE)
cousins(x, id, degree = 1, removal = 0, half = NA, internal = FALSE)
nephews_nieces(x, id, removal = 1, half = NA, internal = FALSE)
ancestors(x, id, inclusive = FALSE, internal = FALSE)
commonAncestors(x, ids, inclusive = FALSE, internal = FALSE)
descendants(x, id, inclusive = FALSE, internal = FALSE)
commonDescendants(x, ids, inclusive = FALSE, internal = FALSE)