Wheat blast data in 143 field trials in Brazil
BlastWheat.Rd
Data on wheat blast incidence and severity and yield collected in 143 wheat field trials in Brazil
Usage
data("BlastWheat")
Format
A data frame with 143 observations on the following 10 variables.
study
a numeric vector
year
a numeric vector
location
a character vector
state
a character vector
latitude
a numeric vector
longitude
a numeric vector
heading
a character vector
inc_mean
a numeric vector
index_mean
a numeric vector
yld_mean
a numeric vector
Source
De Cól, M., Coelho, M., & Del Ponte, E. M. (2024). Weather-based logistic regression models for predicting wheat head blast epidemics. Plant Disease, 108(7), 2206-2213.
Examples
data(BlastWheat)
## maybe str(BlastWheat) ; plot(BlastWheat) ...