plotSimulationSummary: Plots a summary of the SPD simulation test

Description Usage Arguments Details Examples

View source: R/functions.R

Description

Plots the SPD and confidence intervals of simulated SPDs, including regions outside the CI, the model, and 200 yr rolling mean.

Usage

1

Arguments

summary

A list of various objects generated by SPDsimulationTest

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.

Details

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.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
	
	summary <- SPDsimulationTest(data=SAAD, 
		calcurve=shcal20, 
		calrange=c(2500,14000), 
		pars=-0.0001674152, 
		type='exp')
	
	plotSimulationSummary(summary)
	
	

ADMUR documentation built on March 24, 2021, 1:08 a.m.