powered by
Plot time series of all streambugs ODE state variables, for each reach, habitat and group, resulting from the run.streambugs function call.
run.streambugs
# S3 method for streambugs plot(x, y, inp = NA, ...)
matrix with results derived by run.streambugs
same as par in run.streambugs
par
same as inp in run.streambugs
inp
additional argument for the plot function call
plot
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)
Run the code above in your browser using DataLab