Learn R Programming

poisson (version 1.0)

plot-methods: plot

Description

A simulated scenario can be visualised with a plot. Included are process paths, the mean process and quartile processes.

Usage

"plot"(x, plot.mean, plot.quantiles, ...)

Arguments

x
The PoissonProcessScenario object to plot
plot.mean
TRUE to plot the mean process
plot.quantiles
TRUE to plot the quantile processes
...
Additional arguments affecting the plot

Examples

Run this code
scen = hpp.scenario(rate = 5, num.events = 20, num.sims = 100)
scen@x.bar
plot(scen, main='My HPP Scenario')

Run the code above in your browser using DataLab