bd_create_input: Create an input object from a blooddata object

View source: R/kinfitr_blooddata.R

bd_create_inputR Documentation

Create an input object from a blooddata object

Description

Get an input object for kinetic modelling

Usage

bd_create_input(blooddata, startTime = 0, stopTime = NULL, interpPoints = 6000)

Arguments

blooddata

The blooddata object.

startTime

The starting time for the interpolation. Defaults to zero. If, after application of the TimeShift value in the blooddata object, the startTime is still after zero, it will be set to zero.

stopTime

The end time for the interpolation. Defaults to the maximum measured time.

interpPoints

The number of points to interpolate over between the start and stop times. Defaults to 6000.

Value

An input object

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
bd_create_input(blooddata)

## End(Not run)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.