load_individuals {malan}R Documentation

Construct a population from data

Description

Note that individuals loaded this way does not have information about generation.

Usage

load_individuals(pid, pid_dad, progress = TRUE, error_on_pid_not_found = TRUE)

Arguments

pid

ID of male

pid_dad

ID of male's father, 0 if not known

progress

Show progress.

error_on_pid_not_found

Error if pid not found


[Package malan version 1.0.3 Index]