Learn R Programming

selection.index (version 2.0.0)

maize_pheno: Synthetic Maize Phenotypic Data

Description

A synthetic dataset containing multi-environment phenotypic records for 100 maize genotypes. Designed to demonstrate phenotypic selection index calculations and variance-covariance matrix estimations.

Usage

data(maize_pheno)

Arguments

Format

A data frame with 600 rows and 6 variables:

Genotype

Factor representing 100 unique maize genotypes.

Environment

Factor representing 2 distinct growing environments.

Block

Factor representing 3 replicate blocks within each environment.

Yield

Numeric vector of grain yield in kg/ha.

PlantHeight

Numeric vector of plant height in centimeters.

DaysToMaturity

Numeric vector of days to physiological maturity.

Examples

Run this code
data(maize_pheno)
head(maize_pheno)

Run the code above in your browser using DataLab