Places I’ve been

Trips
Mapping my movements over the years
Author

Giuliano Colosimo

Published

September 29, 2022

Not sure I mentioned that I like to travel a lot. This is an interactive map showing the places I have visited.

library(spData)
To access larger datasets in this package, install the spDataLarge
package with: `install.packages('spDataLarge',
repos='https://nowosad.github.io/drat/', type='source')`
library(tmap)
m <- tm_shape(world) +
  tm_fill()
tmap_mode("view")
ℹ tmap modes "plot" - "view"
ℹ toggle with `tmap::ttm()`
This message is displayed once per session.
m
#data.frame(city = c("Roma", "Aarhus", "Starkville"),
#           lat = c(),
#           lon = c(),
#           notes = c("Home town", "My ERASMUS experience", "PhD"))