split_nurr: Split a region into two parts

View source: R/split_nurr.R

split_nurrR Documentation

Split a region into two parts

Description

Split a region into two parts

Usage

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.

Value

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.


dbasu-umass/bate documentation built on July 6, 2023, 9:56 a.m.