Description Usage Arguments Value
View source: R/check_conditions_funcs.R
check_time
checks to see if the IRF and the RF time series can be be convolved in
the contributing_temp
function. The irf and rf data frame must contain values that correspond to
temporal data that consists of only one time step, that is equal in both data frames and spans an equal number of years.
If thes conditions are not met then this function will throw an error and prevent the convolution.
1 | check_time(irf, rf)
|
irf |
the impulse response function tibble, must contain a year and value column |
rf |
the radiative forcing time series tibble, must contain a year and value column |
an error message if the two data frames do not meet the criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.