Skip to contents

This dataset, wheat_bunt, is a data frame containing fungus infection data for different wheat varieties. It includes information on bunt race, percentage infection, replicate, and genotype.

Usage

data(wheat_bunt)

Format

A data frame with 400 observations and 4 variables:

bunt

Factor w/ 20 levels indicating the bunt race

pct

Numeric vector indicating the percentage infection

rep

Factor w/ 2 levels indicating the replicate

gen

Factor w/ 10 levels indicating the genotype

Source

Data taken from the agridat package version 1.26

Details

The dataset name has been kept as 'wheat_bunt' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.