powered by
Returns a measure that divides the input measure by the duration of its input track.
normalizeToDuration(x)
A function that computes the input measure for a given track and returns the result divided by the track's duration.
a track measure (see TrackMeasures).
## normalizeToDuration(displacement) can be used as an indicator ## for the motion's efficiency sapply(TCells, normalizeToDuration(displacement))
Run the code above in your browser using DataLab