Skip to contents

This dataset, plant_growth_regulator, is a data frame containing plant height measurements from a glasshouse experiment conducted to examine how different doses of a growth regulator affect plant height under controlled conditions. It includes information on pot, row, column, growth regulator dose, and plant height.

Usage

data(plant_growth_regulator)

Format

A data frame with 24 observations and 5 variables:

Pot

Factor w/ 24 levels indicating the pot

Row

Factor w/ 4 levels indicating the row

Column

Factor w/ 6 levels indicating the column

Dose

Factor w/ 6 levels indicating the growth regulator dose

Height

Numeric vector indicating the plant height

Source

Data taken from the smbdata package version 0.2.0

Details

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