# init
mtq <- mf_get_mtq()
expect_silent(mf_init(mtq))
expect_silent(mf_init(mtq, expandBB = c(0, 0, 0, .4)))
b <- terra::rast(system.file("ex/elev.tif", package = "terra"))
expect_silent(mf_init(b))
mf_raster(b, add = TRUE)
mf_theme(frame = "map")
expect_silent(mf_init(mtq))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.