objectXY | R Documentation |
This function uses the xy coordinates of a transect to locate an observer’s location and calculate their bearing (based on the buffer distance). Using the provided distance (between the observer and the object) and angle, it then spatially locates each detected object. It returns a data frame with xy coordinates for each detection.
objectXY(transectXY, detections, buffer)
transectXY |
Two column data-matrix containing the transect's spatial coordinates |
detections |
Data frame with colums 'meter,' 'distance,' and 'angle.' |
buffer |
Number of meters around the observer's location used to make bearing on the transect. |
Data-frame with the animal's spatial location as xy coordinates, plus the original 'meter', 'distance,' and 'angle.'
objectXY(transect=transectXY, detections=ds, buffer=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.