View source: R/streambugs_plot.r
plot.streambugs | R Documentation |
Plot time series of all streambugs ODE state variables, for each reach,
habitat and group, resulting from the
run.streambugs
function call.
## S3 method for class 'streambugs'
plot(x, y, inp = NA, ...)
x |
matrix with results derived by
|
y |
same as |
inp |
same as |
... |
additional argument for the |
m <- streambugs.example.model.toy()
r <- run.streambugs(y.names=m$y.names, times=m$times, par=m$par, inp=m$inp, C=TRUE)
plot(x=r$res, y=m$par, inp=m$inp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.