View source: R/df_to_activity.R
HCAdf_to_activity | R Documentation |
Computes activity (number of transitions) for each timebin of a HCAdf object
HCAdf_to_activity(HCAdf, aggre.time = 900, norm = TRUE, strict.input = F)
HCAdf |
HCAdf object |
aggre.time |
timebins in seconds |
norm |
If TRUE, antenna breaks per hour will be returned. If FALSE, total number of breaks in timebin is returned. |
strict.input |
Error if input is not of class HCAdf |
activity summary
## Not run:
test = HCAdf_to_activity(asdfsadf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.