Plot trails

rb_mapdeck(
  d,
  col = "speed",
  tooltip = "speed",
  no_lines = TRUE,
  radius = 400,
  highlight_colour = "black",
  stroke_colour = "cyan"
)

Arguments

d

a tibble containing trails

col

the variable that controls colour

tooltip

the variable to show as tooltip

no_lines

plot track as lines (default = TRUE)

radius

the radius of the points (default 400 m)

highlight_colour

colour of track (default black)

stroke_colour

stroke colour of track (default cyan)

Value

a mapdeck map