Is it possible to add graticule tick marks and coordinates around the edges of a leaflet
plot? Something like the screenshot below but with lon/lat values included? I looked online but did not find a solution.
map <- leaflet() %>%
addTiles() %>%
setView(lng = -118.88, lat = 38.1341, zoom = 8) #|>
#addCoordinates()
map