Description Usage Arguments Details Value Functions See Also Examples
View source: R/s1_proc_inputs.R
This function combines detections with stations to place detections in space.
1 2 3 |
det |
A |
sta |
A |
crs |
Coordinate Reference System to use for the detections. Passed
to |
x |
An object to check with |
Uses sqldf to combine det with
sta using rec_id where the date-time of the detection falls
within the date-time of the station deployment.
It specifically excutes the following SQL SELECT query:
1 2 3 4 5 |
The left join keeps all rows from the detections
data.frame, inserting an NA if there is a
detection not within one of the time intervals for a given
receiver. The function subsequently removes any locations
with NA in the x- or y-coordinate with a warning.
Returns a data.frame of class dets of
georeferenced detections. Object is also of class sf and
contains column geometry.
is.dets: Checks whether an object is of class dets.
acoustic for details on the formatting of the
data.frames det and sta
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.