R/drawmap.R

Defines functions drawmap

Documented in drawmap

drawmap <- function(data = NULL, map, regionvar = 2, plotvar = 3, ...)
{
  plotmap(map, x = data[, plotvar], id = data[, regionvar], ...)
}

Try the R2BayesX package in your browser

Any scripts or data that you put into this service are public.

R2BayesX documentation built on Oct. 20, 2023, 3:01 p.m.