make_map: Make territorial map from planes

make_mapR Documentation

Make territorial map from planes

Description

Make territorial maps estimated based on multinomial regression models. See chapter 12 for usage examples and a more detailed description.

Usage

make_map(
  parameters,
  xlim = NULL,
  ylim = NULL,
  density = 1000,
  plot = FALSE,
  new = TRUE,
  points = NULL,
  ...
)

Arguments

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().


santiagobarreda/bmmb documentation built on June 11, 2024, 5:33 p.m.