is_alldays | R Documentation |
Calculate Inter-Daily Stability (IS) from one day of data using a given number of epochs (usually minutes) per bin.
is_alldays(activity, time, bin_epochs, epoch_seconds)
activity |
vector representing timeseries across all days of activity data. Each entry corresponds to one epoch. |
time |
same length as activity vector. |
bin_epochs |
number of epochs per bin to collapse activity into before performing IS formula. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.