split_nurr | R Documentation |
Split a region into two parts
split_nurr(region1, region2, epsilon, parameters, e)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.