interpolate: Interpolate Lazy Dots

View source: R/expand.R

interpolateR Documentation

Interpolate Lazy Dots

Description

Sequentially interpolates lazy dots, 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 lazy dots object.


pierucci/heemod documentation built on July 17, 2022, 9:27 p.m.