Description Usage Arguments Examples
View source: R/climate.scenario.functions.r
creates a list of climate scenarios for developing CCF
1 | Eproj.list.f(Emean.shifts, N, proj.years, Edist.a, Edist.b)
|
N |
The number of different realisations of the future to create |
proj.years |
The number of years to project into the future |
mean.shift |
a vector of shifts in the mean of the gamma distribution of E |
shape |
The gamma distribution shape parameter |
rate |
The gamma distribution rate parameter |
1 2 | E.shifts= c(0,seq(-1,0.47,length=25)) #the first value must always be 0 (i.e. no mean shift)
Eprojection= Eproj.list.f(E.shifts, N=N, proj.years=proj.years, shape=gamma.shape, rate=gamma.rate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.