This dataset, corn_nitrogen_df, is a data frame containing yield monitor data from a corn field in Argentina. It includes information on yield response to varying nitrogen application levels, along with spatial coordinates, topographic classification, and block structure for the experimental design.
data(corn_nitrogen_df)A data frame with 3443 observations and 9 variables:
Integer indicating the year of observation
Numeric vector of latitude coordinates
Numeric vector of longitude coordinates
Numeric vector representing corn yield
Numeric vector representing nitrogen application level
Factor with 4 levels indicating topographic classification
Numeric vector representing block variance
Factor with 3 levels indicating replication blocks
Factor with 6 levels indicating nitrogen field treatments
The dataset name has been kept as 'corn_nitrogen_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ArgentinAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.