timecourse {KOMA.win} | R Documentation |
This function calculates a series of timepoints.
timecourse(endpoint, measurementinterval)
endpoint |
endpoint of the measurement |
measurementinterval |
time interval between single measurements |
times |
a vector of timespoints |
Time interval and the endpoint of the measurement got to be in the same unit.
Florian Heigwer
time.gone=60 #minutes interval=1.5 #minutes timecourse(time.gone,interval)