plot_map | R Documentation |
Plot territorial maps estimated using the bmmb::make_map function provided in this package. See chapter 12 for usage examples.
plot_map(maps, new = TRUE, colors = NULL, xlim = NULL, ylim = NULL, ...)
maps |
the output of bmmb::make_map. |
new |
if TRUE, a new plot is created. |
colors |
a vector of colors, one for each territory. |
xlim |
plot x axis limits. |
ylim |
plot y axis limits. |
... |
additional parameters are passed to the internal call of plot(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.