This function produces a line plot for a graphical interpretation of the genotype-vs-environment interaction. By default, environments are in the x axis whereas the genotypes are depicted by different lines. The y axis contains the value of the selected variable. A heatmap can also be created.
ge_plot( .data, env, gen, resp, type = 1, plot_theme = theme_metan(), colour = TRUE )
.data | The dataset containing the columns related to Environments, Genotypes, replication/block and response variable(s). |
---|---|
env | The name of the column that contains the levels of the environments |
gen | The name of the column that contains the levels of the genotypes. |
resp | The response variable. |
type | The type of plot |
plot_theme | The graphical theme of the plot. Default is
|
colour | Logical argument. If |
An object of class gg, ggplot
.
Tiago Olivoto tiagoolivoto@gmail.com
ge_plot(data_ge, ENV, GEN, GY, type = 2)# }