
3-Way Factorial Trial in Maize (Temperature x Irrigation x Genotype)
Source:R/sample_datasets.R
maize_3way_factorial.RdA simulated 3-way factorial greenhouse/field experiment evaluating the interactive effects of heat stress, drought stress, and maize genotypes across 3 complete blocks.
Usage
data(maize_3way_factorial)Format
A data frame with 36 rows and 6 variables:
- genotype
Maize inbred line (B73, Mo17, PH207).
- irrigation
Water regime (Well_Watered, Drought).
- temperature
Thermal regime (Control_24C, Heat_38C).
- block
Greenhouse block / bench (Block_1, Block_2, Block_3).
- biomass
Shoot dry biomass (g).
- spad_chlorophyll
SPAD chlorophyll index.