Description Usage Arguments Value Examples
Summarize animal activity data.
| 1 | summarize_activity(animal_activity, type = "", activity_threshold = "0.0")
 | 
| animal_activity | Animal activity dataframe extracted from the MAVEn without
baseline using  | 
| type | Summarize data by Chamber (="by_chamber") or by Cycle (="by_cycle"). | 
| activity_threshold | Threshold value to establish activity state. | 
Table of values with calculated activity by cycle or chamber.
| 1 2 | #summarize_activity(animal_activity, type = "by_cycle", activity_threshold = 0.5)
#summarize_activity(animal_activity, type = "by_chamber", activity_threshold = 0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.