int.matrix | R Documentation |
These functions are used internally by the package.
int.matrix(Xa, Xb)
checkScheme(P1, P2)
Xa |
Incidence matrix of genetic effects |
Xb |
Incidence matrix for an external factor |
P1 |
A vector with parentals |
P2 |
A vector with parentals |
No more detail, so far.
The function 'int.matrix()' returns an incidence matrix. The function 'checkScheme()' returns a list, containing the main traits of the mating scheme.
No further notes
Andrea Onofri
Onofri, A., Terzaroli, N. & Russi, L. Linear models for diallel crosses: a review with R functions. Theor Appl Genet (2020). https://doi.org/10.1007/s00122-020-03716-8
data(griffing56)
head(griffing56)
checkScheme(griffing56$Par1, griffing56$Par2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.