View source: R/flag_adherent.R
flag_adherent | R Documentation |
flag_adherent
flag_adherent(time, adherent_method = c("adherent_hours_between"), ...)
time |
a numeric vector containing sequences of minute values in a day. |
adherent_method |
one of the following "adherent_hours_between" (other adherence rule could be integrated into the package). |
... |
additional parameters required by the selected adherence criteria. |
Flag adherent hours in the day. So far only the "adherent_hours_between" rule is implemented.
boolean vector, adherent minutes encoded as T, and non-adherent encoded as F.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.