design_lxt: Line by Tester Design # @param set The number of sets

Description Usage Arguments Author(s) References Examples

View source: R/genetic_design.R

Description

Line by Tester design.

Usage

1
design_lxt(r = 3, lines, testers, type = 1)

Arguments

r

replication. At least 2 replications is suitable

lines

character vector. Generally, the lines (test genotypes, test != testers) are used as female. In case of employing male stile lines as testers. naturally lines becom the pollen parents.

testers

character vector. Generally testers as male or pollen parents. Minimun 2 parents testers and maximum 8-10 parents testers are adequate.

type

numeric. 1: parents and full and half siblings. 2: just full and half siblings

Author(s)

Omar Benites

References

Statistical and Biometrical Techniques in Plant Breeding. Jawar R. Sharma. New Age International Publishers 2008.

Examples

1
res <- design_lxt(r =2, lines = c("f1","f2","f3","f4","f5"), testers = c("m1", "m2"), type=1 )

omarbenites/geneticdsg documentation built on May 24, 2019, 6:13 a.m.