Learn R Programming

simcross (version 0.6)

AILped: Example AIL pedigree

Description

Example matrix describing the pedigree for advanced intercross lines

Usage

data(AILped)

Arguments

Format

A data frame with five columns: individual id, mom, dad, sex (0 for females and 1 for males) and generation.

Examples

Run this code
data(AILped)
x <- sim_from_pedigree(AILped)

Run the code above in your browser using DataLab