tests/run_plot_test.r

setwd("/home/delgado/proj/suds")
require(ggplot2)

ggplot(runoff) + geom_line(aes(x=dt,y=runoff)) + facet_wrap(~name)
ggplot(pipe) + geom_line(aes(x=dt,y=Qout)) + facet_wrap(~name)
ggplot(structure) + geom_line(aes(x=dt,y=Qout)) + facet_wrap(~name)
baseno/suds documentation built on May 28, 2019, 4:34 p.m.