Description Usage Arguments Value References
View source: R/add_track_midpoints.R
Function to add the found geographic midpoints of each sample track to the stations dataframe (tibble).
1 | add_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 input dataframe (tibble) with an added 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.