How can you add an x
and y
axis to a leaflet
map figure -- in the case of a map how to add the longitude
and latitude
?
For the figure below, how can axis be added please?
library(leaflet)
leaflet() %>%
addTiles() %>%
addMarkers(lng=174.768, lat=-36.852, popup="The birthplace of R")