k_nt_func_cpp | R Documentation |
c++ k space-time function
k_nt_func_cpp(
dist_mat_net,
dist_mat_time,
start_net,
end_net,
step_net,
start_time,
end_time,
step_time,
Lt,
Tt,
n,
w
)
dist_mat_net |
A square matrix with the distances between points (network) |
dist_mat_time |
A square matrix with the distances between points (time) |
start_net |
A float, the start value for evaluating the k-function (network) |
end_net |
A float, the last value for evaluating the k-function (network) |
step_net |
A float, the jump between two evaluations of the k-function (network) |
start_time |
A float, the start value for evaluating the k-function (time) |
end_time |
A float, the last value for evaluating the k-function (time) |
step_time |
A float, the jump between two evaluations of the k-function (time) |
Lt |
The total length of the network |
Tt |
The total duration of study area |
n |
The number of points |
w |
The weight of the points (coincident points) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.