plot_boot_time: 'plot_far' Plot the times series of one model parameters and...

Description Usage Arguments Examples

Description

plot_far Plot the times series of one model parameters and its confidence intervales

Usage

1
plot_boot_time(ic_df, param = "FAR", main = "", alpha = 0.2)

Arguments

ic_df

a data_frame contaning the parameter estimates and their confidence intervals

param

the name of the parameter to be plotted

main

the title of the plot

alpha

the transparency of the shading for the confidence intervals

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
library(FARg)
model <- "cnrm"
#load data from the package
data(list=model)
# formating data, e.g passing from temperature to anomalie, keep only hist
# and rcp runs
mdata <- format_data(get(model))
if(model != "obs") mdata <- select_continuous_run(mdata)
ans <- compute_far_simple.default(mdata,
 y="eur_tas", x="gbl_tas", time="year",
  xp=1.6, stat_model=gauss_fit, ci_p=0.9)
plot_boot_time(ans$ic_far, param="p_all", main="p_all") 

thaos/FARallnat documentation built on May 25, 2019, 8:18 a.m.