floybix / hydromad

Hydrological Model Assessment and Development
hydromad.catchment.org
22 stars 37 forks source link

simplify xyplot cases for hydromad and runlist #9

Closed floybix closed 14 years ago

floybix commented 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)

floybix commented 14 years ago

ok