convertTimes {actel} | R Documentation |
Convert Times
Description
Converts the ALS timestamps (UTC) to the designated study area time zone. Can also trim the data by time.
Usage
convertTimes(input, start.time, stop.time, tz)
Arguments
input |
A data frame of standardized detections. |
start.time |
Detection data prior to the timestamp set in
|
stop.time |
Detection data posterior to the timestamp set in
|
tz |
The time zone of the study area. Must match one of the values
present in |
Value
A data frame with corrected timestamps.
[Package actel version 1.3.0 Index]