Closed floybix closed 14 years ago
simplify xyplot cases for hydromad and runlist
can use xyplot.list(runlist) for juxtapose
can use xyplot(residuals(runlist), superpose = TRUE) for superposed residuals -- but loses zoo time frame
can use xyplot(fitted(runlist), superpose = TRUE) + layer(llines(observed(runlist[[1]]))) for superposed fits with observed
and c(..., xyplot(observed(hmad, item = "P"), type = "h")) for rainfall (but need to fix up auto.key)
ok
simplify xyplot cases for hydromad and runlist
can use xyplot.list(runlist) for juxtapose
can use xyplot(residuals(runlist), superpose = TRUE) for superposed residuals -- but loses zoo time frame
can use xyplot(fitted(runlist), superpose = TRUE) + layer(llines(observed(runlist[[1]]))) for superposed fits with observed
and c(..., xyplot(observed(hmad, item = "P"), type = "h")) for rainfall (but need to fix up auto.key)