Plot an invisible layer with the extent of a spatial object.
mf_init(x, expandBB = rep(0, 4), theme)
object of class sf
, sfc
or Raster
fractional values to expand the bounding box with, in each direction (bottom, left, top, right)
apply a theme from mf_theme
No return value, a map is initiated.
mtq <- mf_get_mtq()
target <- mtq[30, ]
mf_init(target)
mf_map(mtq, add = TRUE)