cross_kfunc_cpp: c++ cross k function

View source: R/RcppExports.R

cross_kfunc_cppR Documentation

c++ cross k function

Description

c++ cross k function

Usage

cross_kfunc_cpp(dist_mat, start, end, step, Lt, na, nb, wa, wb)

Arguments

dist_mat

A square matrix with the distances between points

start

A float, the start value for evaluating the k-function

end

A float, the last value for evaluating the k-function

step

A float, the jump between two evaluations of the k-function

Lt

The total length of the network

na

The number of points in set A

nb

The number of points in set B

wa

The weight of the points in set A (coincident points)

wb

The weight of the points in set B (coincident points)


spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.