data-unused/coelho2021.R

# Reason not used: ?

# Coelho et al 2021
# Accounting for spatial trends in multi-environment diallel analysis in maize breeding
# https://doi.org/10.1371/journal.pone.0258473

# Mildly interesting data that has spatial coordinates for a diallel at 4 locs.
# The paper shows no heatmaps!

setwd("c:/drop/rpack/agridat/data-raw")
dat <- read.csv("coelho2021.txt", sep="\t")
head(dat)

libs(desplot)
desplot(dat, GY ~ Columns*Rows|Trials, out1=Replications)
kwstat/agridat documentation built on July 5, 2024, 1:07 a.m.