timecourse {KOMA.win}R Documentation

Define timecourses

Description

This function calculates a series of timepoints.

Usage

timecourse(endpoint, measurementinterval)

Arguments

endpoint endpoint of the measurement
measurementinterval time interval between single measurements

Value

times a vector of timespoints

Warning

Time interval and the endpoint of the measurement got to be in the same unit.

Author(s)

Florian Heigwer

See Also

dilutionseries

Examples


        time.gone=60 #minutes
        interval=1.5 #minutes
        
        timecourse(time.gone,interval)
        
        

[Package KOMA.win version 1.0 Index]