View source: R/create_distance_elevation_df.R
create_labels_df | R Documentation |
Create a data frame with distance elevation pairs based on track points
create_labels_df(distance_elevation_df, track_points_sf)
distance_elevation_df |
A data frame, typically generated with 'create_distance_elevation_df()' |
track_points_sf |
An sf object, typically loaded with 'read_track_points(path)' |
A data frame with two columns, distance and elevation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.