get_pid {malan}R Documentation

Get pid from individual

Description

Get pid from individual

Usage

get_pid(individual)

Arguments

individual

Individual to get pid of

Value

pid

Examples

sim <- sample_geneology(100, 10)
indv <- get_individual(sim$population, 1)
get_pid(indv)


[Package malan version 1.0.3 Index]