Description Usage Arguments Value Examples
Returns a measure that divides the input measure by the duration of its input track.
1 |
x |
a track measure (see TrackMeasures). |
A function that computes the input measure for a given track and returns the result divided by the track's duration.
1 2 3 | ## normalizeToDuration(displacement) can be used as an indicator
## for the motion's efficiency
sapply(TCells, normalizeToDuration(displacement))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.