vector_control_exponential_decay: Creates vector control exponential decay

View source: R/aux_functions.R

vector_control_exponential_decayR Documentation

Creates vector control exponential decay

Description

Creates vector control exponential decay

Usage

vector_control_exponential_decay(
  initial_omega,
  half_life,
  every_x_years = 3,
  maxtime
)

Arguments

initial_omega

the reduction in vectorial capacity at time=0

half_life

half life of the exponential decay (in years)

every_x_years

frequency at which the intervention is renewed (default is every 3 years)

maxtime

maximum time point to be included in the database (from 0 to maxtime days)

Value

An interpolation function, like the one created by approxfun (stats package)


SwissTPH/VivaxModelR documentation built on Feb. 14, 2024, 11:27 a.m.