MENU

Fun & Interesting

GGE (Genotype by Environment Analysis) Using GGEBiplotGUI package in R | Biplots |GGE| Fixed model

Wakjira Tesfahun 4,503 lượt xem 2 years ago
Video Not Working? Fix It Now

# GGE Biplot Analysis in R
###################################
# install GGEBiplotGUI
library(devtools)
install_github("cran/GGEBiplotGUI")
###################################
library(GGEBiplotGUI)
data(Ontario)
View(Ontario)
GGEBiplot(Ontario)

Comment