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
)
Parameters customizing the appearance of the north arrow
Parameters customizing the text of the north arrow
A 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())