assignment_power {APIS} | R Documentation |
Assignment power
Description
Assignment power
Usage
assignment_power(
sire_genotype,
dam_genotype,
ploidy_level = 2,
verbose = FALSE
)
Arguments
sire_genotype |
matrix of the sire genotypes |
dam_genotype |
matrix of the dam genotypes |
ploidy_level |
ploidy level of the parents |
verbose |
verbose |
Value
the theoretical assignment power calculated with the formula proposed in Vandeputte (2012)
Examples
data("APIS_sire")
data("APIS_dam")
P = assignment_power(sire_genotype = APIS_sire, dam_genotype = APIS_dam)
[Package APIS version 2.0.4 Index]