View source: R/summ-residence_index.r
interval_count | R Documentation |
For each event (row in detection events data frame), the function sequences from first_detection to last_detection by time_interval_size, then counts the number of unique intervals.
interval_count(detections, time_interval_size)
detections |
- data frame from detection_events (condensed = TRUE) |
time_interval_size |
time increment string as in seq.Date 'by' argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.