locate_nest: Use first location to identify nest location

View source: R/locate_nest.R

locate_nestR Documentation

Use first location to identify nest location

Description

Use first location to identify nest location

Usage

locate_nest(
  GPS_data = GPS_data,
  column_lon = column_lon,
  column_lat = column_lat
)

Arguments

GPS_data

A data frame with GPS data

column_lon

The name of the column where the longitude data is in your data frame.

column_lat

The name of the column where the latitude data is your data frame.

Value

The nest location

Examples

GPS01_nest<-locate_nest(GPS_data = GPS01,column_lat = 'Longitude',column_lon = 'Latitude')

MiriamLL/sula documentation built on July 7, 2024, 10:34 a.m.