summary_plot: Summary plots of the estimated FAR

Description Usage Arguments Value Examples

Description

summary_plot computes a fex plots to summarize the results of compute_forall

Usage

1
summary_plot(merged_res, pdf_name = "summary.pdf")

Arguments

merged_res

results of the compute_far_fonction

pdf_name

the name of the pdf file containing the plots. the pdf can be found in the same folder as the results foolders of merged_res

Value

saves a pdf files called "summary.pdf" with the plots in same folder as the res_forlder of the compute_forall function

Examples

1
2
3
4
5
# compute the FAR for the CNRM and the IPSL GCMs using a  gam decomposition
# and a gaussian fit with only three bootstrap samples
ans <- compute_forall(compute_far.default, stat_model=gauss_fit, p=0.01, R=3)
# summary plot
summary_plot(ans)

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