distance_near_with_ddist_cpp: Calculate thresheld pairwise distance

View source: R/RcppExports.R

distance_near_with_ddist_cppR Documentation

Calculate thresheld pairwise distance

Description

Calculate thresheld pairwise distance

Usage

distance_near_with_ddist_cpp(locs, locs_grid, radius, n_neighbors = 68L)

Arguments

locs

An N x 2 matrix of spatial locations

locs_grid

An N_grid x 2 matrix of spatial grids

radius

The thresholded radius

n_neighbors

The expected number of neighbors based on the MRA grid

Value

The thresheld pairwise distance


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