didint | R Documentation |
Didactic function - Examples of allelic and gene interactions
didint(type = NULL, ge = NULL)
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. |
Plot graphs representing allelic and genotype x environment interactions.
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
library(EstimateBreed)
didint (type="ad")
didint (type="dom")
didint (type="domp")
didint (type="sob")
didint (ge="aus")
didint (ge="simple")
didint (ge="complex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.