Learn R Programming

EstimateBreed (version 1.0.2)

didint: Allelic and genotype-environment interactions

Description

Didactic function - Examples of allelic and gene interactions

Usage

didint(type = NULL, ge = NULL)

Value

Plot graphs representing allelic and genotype x environment interactions.

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.

Author

Willyan Junior Adorian Bandeira

Ivan Ricardo Carvalho

Murilo Vieira Loro

Leonardo Cesar Pradebon

Jose Antonio Gonzalez da Silva

Examples

Run this code
library(EstimateBreed)

didint (type="ad")
didint (type="dom")
didint (type="domp")
didint (type="sob")

didint (ge="aus")
didint (ge="simple")
didint (ge="complex")

Run the code above in your browser using DataLab