powered by
Calculate the base cross g-function.
cross_gfun(dist_mat, start, end, step, width, Lt, na, nb, wa, wb)
A matrix with the distances between points
A float, the start value for evaluating the g-function
A float, the last value for evaluating the g-function
A float, the jump between two evaluations of the k-function
The width of each donut
The total length of the network
The number of points in set A
The number of points in set B
The weight of the points in set A (coincident points)
The weight of the points in set B (coincident points)
A numeric vector with the values
# NOT RUN { #This is an internal function, no example provided # }
Run the code above in your browser using DataLab