plot_IRS: A function to save 4 core Impact response surfaces for paper,...

Description Usage Arguments

Description

A function to save 4 core Impact response surfaces for paper, given a specific functional form for a specific ensemble and the corresponding coefficients for mu and sigma.

Usage

1
2
3
plot_IRS(coefficients, SDcoefficients, functionalform, sdfunctionalform,
  baseCO2, baseTemp, basePrecip, name, mesh = 101, figpath = "figures/irs",
  legendsave = FALSE, high = FALSE, low = FALSE)

Arguments

coefficients

The point values of coefficients for mu

SDcoefficients

The point values of coefficients for sigma

functionalform

The name functional form for the mean of the likelihood

sdfunctionalform

The name of the functional form for the standard deviation of the likelihood

baseCO2

The baseline value of CO2 concentration

baseTemp

The baseline value of temperature changes

basePrecip

The baseline value of precipitation changes

name

The name of the ensemble under consideration

mesh

Define how many steps in each direction to make the CTW grid for IRS plotting, defaults to 101

figpath

The location to write the IRSplots, defaults to "figures/irs"

legendsave

Whether to save the master legend of IRS changes, defaults to FALSE

high

If you want to return the high response case instead of the mean, defaults to FALSE

low

If you want to return the low response case instead of the mean, defaults to FALSE


JGCRI/persephone documentation built on May 9, 2019, 3:25 a.m.