mf_theme("iceberg")
# import the sample dataset
mtq <- mf_get_mtq()
# display a base map
mf_map(mtq)
# open the inset
mf_inset_on(x = "worldmap")
# display the worldmap
mf_worldmap(mtq)
# close the inset
mf_inset_off()
# add a title
mf_title(pos = "left")