This dataset, cauliflower_growth, is a data frame containing cauliflower
leaf growth data across different growing times. It includes information
on year, degree days, and number of leaves.
A data frame with 14 observations and 3 variables:
- year
Integer vector indicating the year
- degdays
Numeric vector indicating the degree days
- leaves
Integer vector indicating the number of leaves
Source
Data taken from the agridat package version 1.26
Details
The dataset name has been kept as 'cauliflower_growth' 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.