powered by
display a north arrow on a plot (ggplot2)
gadm_showNorth(plot, where="br")
ggplot2
character location of the arrow. Can be:
"tl" - top left
"tr" - top right
"bl" - bottom left
"br" - bottom right (default)
Object ggplot2
# NOT RUN { library(GADMTools) data("Corsica") plotmap(Corsica) %>% gadm_showNorth() # }
Run the code above in your browser using DataLab