# NOT RUN {
library(valhallr)
# set up our departure point: the University of Ottawa
from <- test_data("uottawa")
# generate a set of isochrones for travel by bicycle
i <- valhallr::isochrone(from, costing = "bicycle")
# map the isochrones
map_isochrone(i)
# }
Run the code above in your browser using DataLab