Description Usage Arguments Value Note See Also Examples
Calculates the modal number of frames per second from a matrix, dataframe or list of time series.
1 | calcFPS(dat)
|
dat |
a matrix or dataframe, or list of matrices or dataframes, that contain a variable called |
a numeric: the calculated framerate, in frames per second. For a single time series, the median framerate is returned; for a list of time series, the mode of individual framerates is returned.
This function is intended for outputs from the 'rubitrail' package.
rubitBasic
and rubitMetrics
for information on re-encoding a new framerate into tracking data.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.