Skip to contents

This dataset, potato_scab_sulfur, is a data frame containing observations on potato scab infection under different sulfur treatments. It includes information on infection score, treatment, row, and column.

Usage

data(potato_scab_sulfur)

Format

A data frame with 32 observations and 4 variables:

inf

Integer vector indicating the infection score

trt

Factor w/ 7 levels indicating the treatment

row

Integer vector indicating the row

col

Integer vector indicating the column

Source

Data taken from the agridat package version 1.26

Details

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