tm_shape(shapefile_origin) +
  tm_fill(col = "trip_freq.y")

tm_shape(shapefile_destination) +
  tm_fill(col = "trip_freq.y")