discount_hack: Hack to Work Around a Discounting Issue

View source: R/states_eval.R

discount_hackR Documentation

Hack to Work Around a Discounting Issue

Description

This function is a hack to avoid a problem with discounting when the argument is a constant.

Usage

discount_hack(.dots)

Arguments

.dots

A state object.

Details

The hack consists in replacing calls to discount(x) by discount(x * rep(1, dplyr::n())) to ensure x is recycled to the correct length.

Value

A modified state object.


heemod documentation built on July 26, 2023, 5:45 p.m.