Skip to contents

This function is used to plot the results of the traveltime function. It shows the travel time from the facilities to the area of interest.

Usage

traveltime_plot(
  traveltime,
  bb_area,
  facilities = NULL,
  contour_traveltime = NULL
)

Arguments

traveltime

The output of the traveltime function.

bb_area

A boundary box object with the area of interest.

facilities

A sf object with the existing facilities.

contour_traveltime

A numeric vector with the contour thresholds for the travel time.