bd_tidy_times: Tidy time information for blooddata operations

View source: R/kinfitr_blooddata.R

bd_tidy_timesR Documentation

Tidy time information for blooddata operations

Description

Just a little tidier function.

Usage

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

Arguments

blooddata

A 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

The startTime, stopTime and interptimes after the relevant checks

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
bd_tidy_times(blooddata)

## End(Not run)

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