setMeas: set measurements of the model

Description Usage Arguments Value Examples

Description

The odeModel object stores all important information. Measurements of the objects can be set directly by adressing the slot, or with this function.

Usage

1
2
3
4
setMeas(odeModel, meas)

## S4 method for signature 'odeModel'
setMeas(odeModel, meas)

Arguments

odeModel

an object of the class odeModel

meas

measurements of the model, a matrix with measurements of the model and the corresponding time values

Value

an object of odeModel

Examples

1
2
3
4
5
6
data(uvbData)
data(uvbModel)

measurements <- uvbData[,1:6]

newModel <- setMeas(odeModel = uvbModel, meas = measurements)

Newmi1988/seeds documentation built on Aug. 7, 2021, 8:22 p.m.