plot.streambugs {streambugs} | R Documentation |
Plot the results of streambugs ODE run
Description
Plot time series of all streambugs ODE state variables, for each reach,
habitat and group, resulting from the
run.streambugs
function call.
Usage
## S3 method for class 'streambugs'
plot(x, y, inp = NA, ...)
Arguments
x |
matrix with results derived by
|
y |
same as |
inp |
same as |
... |
additional argument for the |
Examples
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)
[Package streambugs version 1.4 Index]