Example dataset from a multi reader with two antennas that can be used to illustrate the PITR functions, det_eff, direction, direction_total and first_last. Note that this dataset can be restructured through the function array_config.
Data frame contains 798 detections on the following 12 variables.
readera character vector of PIT readers
antennaa numeric vector of the antenna number
det_typea character vector of the detection record
datea character vector of date
timea character vector of time
date_timedate and time in POSIXct format
time_zonetime zone where data were collected
dura character vector of the duration of the detection
tag_typea character vector of the tag type
tag_codea character vector of the tag codes
consec_deta character vector of the number of consecutive detections
no_empt_scan_priora character vector of the number of empty scans
| 1 2 3 4 5 6 7 | #load test dataset containing detections from a multi reader with two antennas
oregon_rfid <- new_pit(data = "oregon_rfid", test_tags = NULL, print_to_file = FALSE, time_zone = "America/Vancouver")
det_eff(data = oregon_rfid, resolution = "month", direction = "up")
direction(data = oregon_rfid)
direction_total(data = oregon_rfid, resolution = "year", start_date = "2015-11-11 10:30:00")
first_last(data = oregon_rfid, resolution = "month", start_date = "2015-10-15 08:00:00")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.