plot_eff_dur_firstY: Plots slopes of temperature vs. the duration of the studies...

Description Usage Arguments Value Examples

Description

Plots slopes of temperature vs. the duration of the studies and vs. the first year in time series

Usage

1

Arguments

data

A dataframe containing per each study the time series of relevant variables (i.e. yearly climate values, yearly trait values or yearly selection differentials) to be analyzed.

meta_obj

A fitted meta-analytical model object.

Value

Plots three plots: 1. the effect of year on temperature vs the number of years in the time series; 2. the effect of year on temperature vs the first year in the time series; and 3. the first year in the time series vs the number of years.

Examples

1
2
3
4
5
6
7
8
9
 ## Not run: 
     mod_T_prc <- fit_all(data = dat_Clim_prc,
                          temperature = TRUE, precipitation = FALSE,
                          phenology = TRUE, morphology = TRUE,
                          condition = '1', nb_cores = nb_cores,
                          rand_trait = FALSE, fixed = NULL, digit = digit)
     plot_eff_dur_firstY(data = dat_Clim_prc, meta_obj = mod_T_prc)
 
## End(Not run)

radchukv/adRes documentation built on June 1, 2019, 7:05 p.m.