Closed asitemade4u closed 8 months ago
I see:
library(mapsf)
mtq <- mf_get_mtq()
mf_map(mtq)
mf_credits(txt = "pos = bottomright", pos = "bottomright")
mf_credits(txt = "pos = bottomleft", pos = "bottomleft")
mf_credits(txt = " pos = rightbottom", pos = "rightbottom")
Created on 2024-02-20 with reprex v2.1.0
Can you provide a reproducible example (available data & code, no extra packages)?
your parentheses are in the wrong place
Oh yes, sorry for bothering, my bad...
Hi, I am drawing a map using
mapsf
and I have an issue withmf_credits
only: whatever the parameter I pass topos
(center
,rightbottom
,bottomright
), I cannot get the credits aligned to another position than bottom-left.Here is my code:
And here is the result I get:
Am I missing something? Thanks, S.