Split a region into two parts
split_nurr(region1, region2, epsilon, parameters, e)
Data frame with coordinates for region 1
Data frame with coordinates for region 2
Closest distance
A vector of parameters (real numbers) that is generated by estimating the short, intermediate and auxiliary regressions.
The step size of the grid in the x and y directions.
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.