Description Usage Arguments Author(s) References Examples
View source: R/genetic_design.R
North Carolina design I (NCDI) involves the performance of one male which is crossed with more than one females, since the male is selected randomly. It's also known as Polygamous matting design. On the other hand,
North Carolina design II (NCDII) takes one female at random which is crossed with more than one male. It's also known as Polyandrous matting design.
1 | design_carolina(set = 2, r = 3, male, female, type = 1)
|
set |
The number of sets |
r |
replication. At least 2 replications is suitable |
male |
females. |
female |
males |
type |
number 1: the North Caroline I. Number 2: the North Caroline II |
Omar Benites
Statistical and Biometrical Techniques in Plant Breeding. Jawar R. Sharma. New Age International Publishers 2008.
1 2 |
res <- design_carolina(set= 3, r =2, male = c("m1","m2"), female = c("f1", "f2"), type = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.