RUEmodMY(weatherdatafile, doy.s = 91, doy.f = 227, ...)
RUEmod
function.data.frame
structure with components
Same as RUEmod
but it handles multiple years.
## weather data from Champaign, IL data(cmiWet) tmp1 <- RUEmodMY(cmiWet) xyplot(AG.cum ~ doy | factor(year), type='l', data = tmp1, lwd=2, ylab=expression(paste('dry biomass (Mg ',ha^-1,')')), xlab='DOY')