Description Usage Arguments Value References
View source: R/add_track_midpoints.R
Function to find the geographic midpoint of each sample track and add it the stations dataframe (tibble)
1 | find_track_midpoints(stations)
|
stations |
Dataframe (tibble) of the samples stations including the attributes "Lon_start_DD", "Lat_start_DD", "Lon_stop_DD", "Lat_stop_DD". |
Returns the a tibble with attributes called "Lon_DD_calc" and "Lat_DD_calc". Stations without start and stop coordinates have NA in these added columsn.
geosphere R-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.