compute.costs: Compute costs of a breeding program

Description Usage Arguments Value Examples

View source: R/compute.costs.R

Description

Function to derive the costs of a breeding program / population-list

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
compute.costs(
  population,
  phenotyping.costs = 10,
  genotyping.costs = 100,
  fix.costs = 0,
  fix.costs.annual = 0,
  profit.per.bv = 1,
  database = NULL,
  gen = NULL,
  cohorts = NULL,
  interest.rate = 1,
  base.gen = 1
)

Arguments

population

population-list

phenotyping.costs

Costs for the generation of a phenotype

genotyping.costs

Costs for the geneation of a genotype

fix.costs

one time occuring fixed costs

fix.costs.annual

annually occuring fixed costs

profit.per.bv

profit generated by bv per animal

database

Groups of individuals to consider

gen

Quick-insert for database (vector of all generations to consider)

cohorts

Quick-insert for database (vector of names of cohorts to consider)

interest.rate

Applied yearly interest rate

base.gen

Base generation (application of interest rate)

Value

Cost-table for selected gen/database/cohorts of a population-list

Examples

1
2

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to compute.costs in MoBPS...