north_arrow_orienteering function

North arrow styles

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 )

Arguments

  • line_width, line_col, fill: Parameters customizing the appearance of the north arrow
  • text_col, text_family, text_face, text_size, text_angle: Parameters customizing the text of the north arrow

Returns

A Grob with npc coordinates (more or less) 0 to 1

Examples

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())