locate_nest | R Documentation |
Use first location to identify nest location
locate_nest(
GPS_data = GPS_data,
column_lon = column_lon,
column_lat = column_lat
)
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. |
The nest location
GPS01_nest<-locate_nest(GPS_data = GPS01,column_lat = 'Longitude',column_lon = 'Latitude')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.