reorder_layer: 'reorder_layer' Put the bottom layer of a ggplot on top

Description Usage Arguments Examples

Description

reorder_layer Put the bottom layer of a ggplot on top

Usage

1

Arguments

gp

a ggplot2 plot

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_far(ans$ic_far, axis_trans="al", col=gg_color_hue(2))

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