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.
Usage
data(corn_nitrogen_df)
Format
A data frame with 3443 observations and 9 variables:
- year
Integer indicating the year of observation
- lat
Numeric vector of latitude coordinates
- long
Numeric vector of longitude coordinates
- yield
Numeric vector representing corn yield
- nitro
Numeric vector representing nitrogen application level
- topo
Factor with 4 levels indicating topographic classification
- bv
Numeric vector representing block variance
- rep
Factor with 3 levels indicating replication blocks
- nf
Factor with 6 levels indicating nitrogen field treatments
Details
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.