Description Usage Arguments Details Value Author(s)
SCORE is calculated as MEDIAN + ELEVATION_STATS * 0.5 * CLIMB OR AVERAGE + ELEVATION_STATS * 0.5 * CLIMB
1 2 | calc_score(statistics = "med", elevation_factor = 1,
city_data_sets = data.frame(median = c(), average = c(), climb = c()))
|
statistics |
|
elevation_factor |
|
city_data_sets |
|
CLIMB shall represent the average slope of the segment
city_data_sets
with an an additional column 'score'
Sebastian Wolf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.