Skip to contents

This dataset, strawberry_cross_disease, is a data frame containing disease ratings for strawberry crosses across parental combinations. It includes information on male parent, female parent, block, disease category, and count.

Usage

data(strawberry_cross_disease)

Format

A data frame with 144 observations and 5 variables:

male

Factor w/ 3 levels indicating the male parent

female

Factor w/ 4 levels indicating the female parent

block

Factor w/ 4 levels indicating the block

category

Factor w/ 3 levels indicating the disease category

count

Integer vector indicating the count

Source

Data taken from the agridat package version 1.26

Details

The dataset name has been kept as 'strawberry_cross_disease' 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.