make_map | R Documentation |
Make territorial maps estimated based on multinomial regression models. See chapter 12 for usage examples and a more detailed description.
make_map(
parameters,
xlim = NULL,
ylim = NULL,
density = 1000,
plot = FALSE,
new = TRUE,
points = NULL,
...
)
parameters |
a matrix containing the parameters of the surfaces representing each category. |
xlim |
the x axis range for boundary calculations. |
ylim |
the x axis range for boundary calculations. |
density |
the number of points sampled along the x and y axis ranges. |
plot |
if TRUE, the results are plotted. |
new |
if TRUE, a new plot is created. |
points |
if a set of x and y axis points are provided, plot ranges are based on the area covered by the points. |
... |
additional parameters are passed to internal call of bmmb::plot_map(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.