monte.carlo.simulations
Generate plots of Monte Carlo simulations
Description
Generate plots of Monte Carlo simulations.
Usage
plot(obj, Start=NULL, End=NULL,
select.series=seq((dim(obj$simulations)[2])),
select.simulations=seq(dim(obj$simulations)[3]), graphs.per.page=5)
Required Arguments
- obj
-
The result of monte.carlo.simulation.
Optional Arguments
- Start
- The starting period for plots. (The default NULL gives the start of the simulations.)
- End
- The ending period for plots.(The default NULL gives the end of the simulations.)
- select.series
- The series which should be plotted. The default NULL gives all series.
- select.simulations
- Vector of integers indicating the simulations which should be plotted.
The default plots all simulations.
- graphs.per.page
- The number of graphs to put on a page.
Value
Details
This function produces plots of the simulated series.
Use dev.ask(T) to pause plotting between pages.
See Also
Examples
z <- monte.carlo.simulations(model)
plot(z)
return to Table of Contents