Description
Calculate the base k-function.
Usage
kfunc(dist_mat, start, end, step, Lt, n, w)
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
w
The weight of the points (coincident points)
Value
A numeric vector with the values
Examples
Run this code# NOT RUN {
#This is an internal function, no example provided
# }
Run the code above in your browser using DataLab