nnl_step1: Find near neighbors lines. First step which can contains...

Description Usage Arguments Value

View source: R/nnl_step1.R

Description

Find near neighbors lines. First step which can contains discontinuities.

Usage

1
nnl_step1(pts_A, pts_B, fnp_A, id_p_A, id_p_B, id_l_A, id_l_B, rate = 45)

Arguments

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.

Value

a data.frame. Contains near neighbors lines


naub1n/nnl documentation built on Nov. 19, 2020, 3:44 a.m.