linear_pedigree: Build Linear Pedigree

Description Usage Arguments Value Author(s) Examples

View source: R/linear_pedigree.R

Description

Build linear pedigree based on number of parents, number of selfs, and population size

Usage

1
linear_pedigree(parents = 4, popsize = 100, selfs = 1, padsize = 4)

Arguments

parents

number of parents.

popsize

population size.

selfs

number of selfed populations

padsize

string length for the individual name number

Value

linear pedigree.

Author(s)

Rodrigo R Amadeu, rramadeu@gmail.com

Examples

1
ped <- linear_pedigree(parents=4,popsize=100,selfs=1)

rramadeu/diaQTLSimulations documentation built on Feb. 11, 2022, 1:34 a.m.