sighting_locations: Get sighting locations

View source: R/sighting_locations.R

sighting_locationsR Documentation

Get sighting locations

Description

Get sighting locations

Usage

sighting_locations(
  bearings,
  kms,
  platform_x = -129.3720833,
  platform_y = 53.2369
)

Arguments

bearings

Numeric vector of bearings, in degrees.

kms

Numeric vector of sightings distances, in km, the same length as bearings.

platform_x

Longitude of observation platform, in decimal degrees (the default pertains to Fin Island Research Station).

platform_y

Latitude to observation platform. in decimal degrees.

Value

A dataframe of coordinates.


ericmkeen/suRvey documentation built on Feb. 5, 2025, 7:44 a.m.