(character or numeric) position of the North arrow. If
character, options are: "topright", "topleft", "bottomleft", or "bottomright".
Default = "topright".
xlim
(numeric) vector of two numbers indicating the x limits of the
plotting area. Default = NULL.
ylim
(numeric) vector of two numbers indicating the y limits of the
plotting area. Default = NULL.
Value
Plot of a simple North arrow located in the position of the plot
specified.
# NOT RUN {# simple plotplot(1:10, 1:10, col = "transparent")
# north arrowsnorth_arrow(position = "topright")
north_arrow(position = "bottomright")
# }