interpolate {heemod} | R Documentation |
Interpolate Quosures
Description
Sequentially interpolates quosures, optionally using external references.
Usage
interpolate(x, ...)
## Default S3 method:
interpolate(x, more = NULL, ...)
## S3 method for class 'uneval_matrix'
interpolate(x, ...)
## S3 method for class 'state'
interpolate(x, ...)
## S3 method for class 'part_surv'
interpolate(x, ...)
## S3 method for class 'uneval_state_list'
interpolate(x, ...)
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.
Value
An interpolated quosures object.
[Package heemod version 1.1.0 Index]