| mf_init | R Documentation |
Plot an invisible layer with the extent of a spatial object.
Always use add = TRUE in mf_map calls following an
mf_init call.
This function is similar to mf_map(x, col = NA, border = NA).
mf_init(x, expandBB = rep(0, 4))
x |
object of class |
expandBB |
fractional values to expand the bounding box with, in each direction (bottom, left, top, right) |
No return value, a map is initiated.
mtq <- mf_get_mtq()
target <- mtq[30, ]
mf_init(target)
mf_map(mtq, add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.