mf_shadow | R Documentation |
Plot the shadow of a polygon layer.
mf_shadow(x, col = "grey50", cex = 1, add = FALSE)
x |
an sf or sfc polygon object |
col |
shadow color |
cex |
shadow extent |
add |
whether to add the layer to an existing plot (TRUE) or not (FALSE) |
x is (invisibly) returned.
mtq <- mf_get_mtq()
mf_shadow(mtq)
mf_map(mtq, add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.