Skip to contents

This dataset, apple_uniformity, is a data frame containing apple yield data from a uniformity trial experiment. It includes information on row, column, and yield.

Usage

data(apple_uniformity)

Format

A data frame with 198 observations and 3 variables:

row

Integer vector indicating the row

col

Integer vector indicating the column

yield

Integer vector indicating the yield

Source

Data taken from the agridat package version 1.26

Details

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