View source: R/identify_level.R
identify_levels | R Documentation |
Identifies levels of behaviour from acceleratioon and sustained inactivity sibdetection (using angles). Function not intended for direct use by package user.
identify_levels(ts, TRLi,TRMi,TRVi,
ws3, params_phyact, ...)
ts |
Data.frame with time series genrated in .gpart5 |
TRLi |
Numeric acceleration threshold light |
TRMi |
Numeric acceleration threshold moderate |
TRVi |
Numeric acceleration threshold vigorous |
ws3 |
Numeric size of epoch in seconds |
params_phyact |
See g.part2 |
... |
Any argument used in the previous version of identify_level, which will now be used to overrule the arguments specified with the parameter objects. |
List with items:
LEVELS
OLEVELS
Lnames
bc.mvpa
bc.lig
bc.in
ts
Vincent T van Hees <v.vanhees@accelting.com>
## Not run:
levels = identify_levels(TRLi,TRMi,TRVi,
boutdur.mvpa,boutcriter.mvpa,
boutdur.lig,boutcriter.lig,
boutdur.in,boutcriter.in,
ws3,bout.metric)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.