Plots a summary of the SPD simulation test
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.