make_period: Helper function to define a time chunk for a time varying...

Description Usage Arguments Value

View source: R/01_time_varying_functions.R

Description

make_period defines a time chunk for a generic time varying parameter. Includes some required arguments, but also allows additional arguments.

Usage

1
make_period(functional_form, time_start, time_stop, val_start, val_end, ...)

Arguments

functional_form

Character string of "linear", "constant", or "general_logit".

time_start

Numeric time period start (in days).

time_stop

Numeric time period end (in days).

val_start

Starting value for time varying parameter at time_start.

val_end

Ending value for time varying parameter at time_end.

...

Further arguments to be passed to.

Value

A list with parameters initialized.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.