Learn R Programming

APIS (version 2.0.7)

assignment_power: Assignment power

Description

Assignment power

Usage

assignment_power(
  sire_genotype,
  dam_genotype,
  ploidy_level = 2,
  verbose = FALSE
)

Value

the theoretical assignment power calculated with the formula proposed in Vandeputte (2012)

Arguments

sire_genotype

matrix of the sire genotypes

dam_genotype

matrix of the dam genotypes

ploidy_level

ploidy level of the parents

verbose

verbose

Examples

Run this code
data("APIS_sire")
data("APIS_dam")

P = assignment_power(sire_genotype = APIS_sire, dam_genotype = APIS_dam)

Run the code above in your browser using DataLab