distance_near_row_cpp: Calculate thresheld pairwise distance for a row

View source: R/RcppExports.R

distance_near_row_cppR Documentation

Calculate thresheld pairwise distance for a row

Description

Calculate thresheld pairwise distance for a row

Usage

distance_near_row_cpp(i, locs, locs_grid, radius, byrow = FALSE)

Arguments

i

The row index

locs

An N x 2 matrix of spatial locations

locs_grid

An N_grid x 2 matrix of spatial grids

radius

The thresholded radius

byrow

Perform calculation row/column-wise

Value

The thresheld pairwise distance


jtipton25/sgMRA documentation built on Feb. 9, 2023, 4:53 a.m.