Plot credits
Plot credits (sources, author, year...).
mf_credits( txt = "Source(s) & Author(s)", pos = "bottomleft", col, cex = 0.6, font = 3, bg = NA )
txt
: text of the credits, use '\n' to add line breakspos
: position, one of 'bottomleft', 'bottomright' or 'rightbottom'col
: colorcex
: cex of the creditsfont
: font of the creditsbg
: background colorNo return value, credits are displayed.
mtq <- mf_get_mtq() mf_map(mtq) mf_credits(txt = "Author\nSources - Year")