Plot a north arrow.
Arguments
- pos
position. It can be one of 'topleft', 'top','topright', 'right', 'bottomright', 'bottom','bottomleft', 'left', 'interactive' or a vector of two coordinates in map units (c(x, y))
- col
arrow color
- cex
arrow size
- adj
adjust the postion of the north arrow in x and y directions
- align
object of class
sf
orsfc
used to adjust the arrow to the real north- adjust
deprecated, see align
Examples
mtq <- mf_get_mtq()
mf_map(mtq)
mf_arrow(pos = "topright")