assignment_power: Assignment power

View source: R/functions_assignment_power.R

assignment_powerR 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)


APIS documentation built on Nov. 23, 2023, 5:06 p.m.

Related to assignment_power in APIS...