dat <- caribbean.maize
# Yield and ears are highly correlated
xyplot(yield~ears|site, dat, ylim=c(0,10), subset=isle=="Antigua")
# Some locs show large response to nitrogen (as expected), e.g. UISV, OOSV
dotplot(trt~yield|site, data=dat)Run the code above in your browser using DataLab