make.crossing.block: Create a crossing block from known parents

Description Usage Arguments

Description

Create a crossing block based on a vector of line names for each parents (this can be the same vector) and a number of crosses, while choosing whether or not to use parents once.

Usage

1
2
make.crossing.block(parent1.lines, parent2.lines, n.crosses,
  method = "random", use.parents.once = FALSE)

Arguments

parent1.lines

A character vector of lines for the first parents.

parent2.lines

See parent1.lines.

n.crosses

The number of crosses to make.

method

The mating scheme. Can be "random" (default) or "all.pairwise". If "all.pairwise", parents will be used more than once.

use.parents.once

A logical whether to only use parents once.


UMN-BarleyOatSilphium/GSSimTPUpdate documentation built on May 9, 2019, 7:40 p.m.