powered by
Plot an sf object. This is mostly a wrapper around plot(st_geometry(x), ...).
plot(st_geometry(x), ...)
mf_base(x, col = "grey80", border = "grey20", lwd = 0.7, add = FALSE, ...)
object of class sf or sfc
sf
sfc
color
border color
border width
whether to add the layer to an existing plot (TRUE) or not (FALSE)
further parameters from plot for sfc objects
No return value, a map is displayed.
# NOT RUN { library(sf) mtq <- mf_get_mtq() mf_base(mtq) mf_base(mtq, col = "blue") # }
Run the code above in your browser using DataLab