l_plot.map.Rd
Creates a scatterplot widget and layers the map in front.
# S3 method for map l_plot(x, ...)
x | object of class map (defined in the maps library) |
---|---|
... | arguments forwarded to |
Scatterplot widget plot handle
if (requireNamespace("maps", quietly = TRUE)) { p <- l_plot(maps::map('world', fill=TRUE, plot=FALSE)) }