kfunc_counting: c++ k function counting worker

View source: R/RcppExports.R

kfunc_countingR Documentation

c++ k function counting worker

Description

c++ k function counting (INTERNAL)

Usage

kfunc_counting(dist_mat, wc, wr, breaks, cross = FALSE)

Arguments

dist_mat

A matrix with the distances between points

wc

The weight of the points represented by the columns (destinations)

wr

The weight of the points represented by the rows (origins)

breaks

A numeric vector with the distance to consider

cross

A boolean indicating if we are calculating a cross k function or not (default is FALSE)

Value

A numeric matrix with the countings of the k function evaluated at the required distances


JeremyGelb/spNetwork documentation built on Jan. 18, 2025, 3:44 p.m.