powered by
Generic model of infection for foliar diseases caused by fungi (from Magarey et al.,2005).
magarey.model(T, Tmin, Topt, Tmax, Wmin, Wmax)
: input variable. Either a scalar or a vector (for a weather series).
: parameter of minimal temperature for infection (degC)
: parameter of optimal temperature for infection (degC)
: parameter of maximal temperature for infection (degC)
: parameter of minimal wetness duration for infection (hour)
: parameter of maximal wetness duration for infection (hour)
Wetness duration (W, hour). Either a scalar or a vector depending on T.
# NOT RUN { plot(1:35, magarey.model (1:35,7, 18, 30, 10, 42), type="l", xlab="T", ylab="W") # }
Run the code above in your browser using DataLab