c++ k function counting (INTERNAL)
c++ k function counting (INTERNAL)
kgfunc_time_counting(
dist_mat_net,
dist_mat_time,
wc,
wr,
breaks_net,
breaks_time,
width_net,
width_time,
cross = FALSE
)kfunc_time_counting(
dist_mat_net,
dist_mat_time,
wc,
wr,
breaks_net,
breaks_time,
cross = FALSE
)
A list of two numeric cubes with the values of the k and g function evaluated at the required distances
A list of two numeric cubes with the values of the k and g function evaluated at the required distances
A matrix with the distances between points on the network
A matrix with the distances between points in time
The weight of the points represented by the columns (destinations)
The weight of the points represented by the rows (origins)
A numeric vector with the distance to consider on network
A numeric vector with the distance to consider in time
The width of each donut for the network dimension
The width of each donut for the time dimension
A boolean indicating if we are calculating a cross k function or not (default is FALSE)