Learn R Programming

heemod (version 1.0.2)

interpolate: Interpolate Quosures

Description

Sequentially interpolates quosures, optionally using external references.

Usage

interpolate(x, ...)

# S3 method for default interpolate(x, more = NULL, ...)

# S3 method for uneval_matrix interpolate(x, ...)

# S3 method for state interpolate(x, ...)

# S3 method for part_surv interpolate(x, ...)

# S3 method for uneval_state_list interpolate(x, ...)

Value

An interpolated quosures object.

Arguments

x

A parameter, transition matrix or state list object.

...

Addition parameters passed to methods.

more

A list of expressions.

Details

The interpolation is sequential: the second dot is interpolated using the first, the third using the interpolated first two, and so on.