didint {EstimateBreed} | R Documentation |
Allelic and genotype-environment interactions
Description
Didactic function - Examples of allelic and gene interactions
Usage
didint(type = NULL, ge = NULL)
Arguments
type |
Type of allelic interaction. Use 'ad' for additivity, 'dom' for complete dominance, 'domp' for partial dominance and 'sob' for overdominance. |
ge |
Type of GxE interaction. Use 'aus' for no interaction, 'simple' for simple interaction and 'complex' for complex interaction. |
Value
Plot graphs representing allelic and genotype x environment interactions.
Author(s)
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
Examples
library(EstimateBreed)
didint (type="ad")
didint (type="dom")
didint (type="domp")
didint (type="sob")
didint (ge="aus")
didint (ge="simple")
didint (ge="complex")
[Package EstimateBreed version 1.0.1 Index]