Skip to contents

Plotting a stochasim object

Usage

# S3 method for class 'stochasim'
plot(x, ..., what = c("widths", "flows"), from = 0)

Arguments

x

Stochasim object, as a result of running stochasim() or stochasim2().

...

Other arguments to pass to the default plot() function.

what

What to plot from the stochasim object. One of "widths", for the evolution of channel width, or "flows", for peak flows over time.

from

Iteration number to begin plotting from.