Description Usage Arguments Value Examples
This function takes the output of DSI_export_to_dataframe and calculates average telemetry parameters during the entire dark or light cycle.
1 | circadian_avg(data, lights_on)
|
data |
A dataframe which is the output from DSI_export_to_dataframe. |
lights_on |
Time when the lights turn on. (24H) |
A list containing two dataframes, one for the averages when lights are off, and one for averages when lights are on. The first list element is "Dark Averages" when room lights are OFF, the second list element is "Light Averages" when room lights are ON.
1 | circadian_avg(data = sample_BP_data, lights_on = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.