normalizeToDuration | R Documentation |
Returns a measure that divides the input measure by the duration of its input track.
normalizeToDuration(x)
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.
## 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.