Description Usage Arguments Value
Find near neighbors lines. First step which can contains discontinuities.
1 | nnl_step1(pts_A, pts_B, fnp_A, id_p_A, id_p_B, id_l_A, id_l_B, rate = 45)
|
pts_A |
a SpatialPointsDataFrame. Reference points. |
pts_B |
a SpatialPointsDataFrame. Searched points. |
fnp_A |
a data.table. Result of find_np(). |
id_p_A |
a character string. Indicates the IDs column name of pts_A. |
id_p_B |
a character string. Indicates the IDs column name of pts_B. |
id_l_A |
a character string. IDs Column name of reference SpatialLinesDataFrame (Lines A) |
id_l_B |
a character string. IDs Column name of searched SpatialLinesDataFrame (Lines A) |
rate |
an integer. Between 0 and 100. Define lower limit to select line B. Rate between number of points B on Lines A and totalpoints on Line B. |
a data.frame. Contains near neighbors lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.