Skip to contents

This dataset, turnip_density, is a data frame containing turnip yield data under different plant densities and spacings across three blocks. It includes information on yield, block, spacing, and density.

Usage

data(turnip_density)

Format

A data frame with 60 observations and 4 variables:

yield

Numeric vector indicating the yield

block

Factor w/ 3 levels indicating the block

spacing

Integer vector indicating the spacing

density

Numeric vector indicating the density

Source

Data taken from the agridat package version 1.26

Details

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