split_nurr {bate} | R 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.
[Package bate version 0.1.0 Index]