split_nurr function

Split a region into two parts

Split a region into two parts

split_nurr(region1, region2, epsilon, parameters, e)

Arguments

  • region1: Data frame with coordinates for region 1
  • region2: Data frame with coordinates for region 2
  • epsilon: Closest distance
  • parameters: A vector of parameters (real numbers) that is generated by estimating the short, intermediate and auxiliary regressions.
  • e: The step size of the grid in the x and y directions.

Returns

List, where first element is region within epsilon distance of region 1 and second element which is region which is not within epsilon distance of region 1.

  • Maintainer: Deepankar Basu
  • License: MIT + file LICENSE
  • Last published: 2022-03-28