| plotSimulationSummary | R Documentation | 
Plots the SPD and confidence intervals of simulated SPDs, including regions outside the CI, the model, and 200 yr rolling mean
plotSimulationSummary(summary, title=NULL, legend.x=NULL, legend.y=NULL)| summary | A list of various objects generated by  | 
| title | A string title for the plot. If NULL a summary is automatically generated. If no title is preferred, use title = ”. | 
| legend.x | The x coordinate for the figure legend. | 
| legend.y | The y coordinate for the figure legend. | 
Default NULL for legend.x and legend.y will automatically add a legend, which may not be ideally placed to avoid overlapping other components of the plot. To remove the legend, simply place well outside the boundary.
	
	summary <- SPDsimulationTest(data=SAAD, 
		calcurve=shcal20, 
		calrange=c(2500,14000), 
		pars=-0.0001674152, 
		type='exp')
	
	plotSimulationSummary(summary)
	
	Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.