North arrow styles
north_arrow_orienteering( line_width = 1, line_col = "black", fill = c("white", "black"), text_col = "black", text_family = "", text_face = NULL, text_size = 10, text_angle = 0 ) north_arrow_fancy_orienteering( line_width = 1, line_col = "black", fill = c("white", "black"), text_col = "black", text_family = "", text_face = NULL, text_size = 10, text_angle = 0 ) north_arrow_minimal( line_width = 1, line_col = "black", fill = "black", text_col = "black", text_family = "", text_face = NULL, text_size = 10 ) north_arrow_nautical( line_width = 1, line_col = "black", fill = c("black", "white"), text_size = 10, text_face = NULL, text_family = "", text_col = "black", text_angle = 0 )
line_width, line_col, fill
: Parameters customizing the appearance of the north arrowtext_col, text_family, text_face, text_size, text_angle
: Parameters customizing the text of the north arrowA Grob with npc coordinates (more or less) 0 to 1
grid::grid.newpage() grid::grid.draw(north_arrow_orienteering()) grid::grid.newpage() grid::grid.draw(north_arrow_fancy_orienteering()) grid::grid.newpage() grid::grid.draw(north_arrow_minimal()) grid::grid.newpage() grid::grid.draw(north_arrow_nautical())
Useful links