mf_get_leg_pos: Get the optimal position of a legend

View source: R/mf_get_leg_pos.R

mf_get_leg_posR Documentation

Get the optimal position of a legend

Description

Find the optimal for one or two legends. The optimal position is a position that minimizes overlap between a spatial object and a legend.

Usage

mf_get_leg_pos(x, n = 1)

Arguments

x

object of class sf

n

number of positions to get (1 or 2)

Value

A vector of position is returned

Examples

mtq <- mf_get_mtq()
mf_get_leg_pos(mtq)

mapsf documentation built on Nov. 21, 2023, 5:09 p.m.