# \donttest{
library(metan)
model <- performs_ammi(data_ge, ENV, GEN, REP, GY)
# Default plot
plot(model)
# Normal Q-Q plot
# Label possible outliers
plot(model,
which = 2,
labels = TRUE)
# Residual vs fitted,
# Normal Q-Q plot
# Histogram of raw residuals
# All in one row
plot(model,
which = c(1, 2, 5),
nrow = 1)
# }
Run the code above in your browser using DataLab