- lines
A feature collection of linestrings representing the underlying network. The
geometries must be simple Linestrings (may crash if some geometries
are invalid) without MultiLineSring
- points
A feature collection of points representing the points on the
network. These points will be snapped on their nearest line
- points_time
A numeric vector indicating when the point occured
- start_net
A double, the lowest network distance used to evaluate the k and g functions
- end_net
A double, the highest network distance used to evaluate the k and g functions
- step_net
A double, the step between two evaluations of the k and g for the network distance
function. start_net, end_net and step_net are used to create a vector of distances with the function seq
- width_net
The width (network distance) of each donut for the g-function. Half of the width is applied on
both sides of the considered distance
- start_time
A double, the lowest time distance used to evaluate the k and g functions
- end_time
A double, the highest time distance used to evaluate the k and g functions
- step_time
A double, the step between two evaluations of the k and g for the time distance
function. start_time, end_time and step_time are used to create a vector of distances with the function seq
- width_time
The width (time distance) of each donut for the g-function. Half of the width is applied on
both sides of the considered distance
- nsim
An integer indicating the number of Monte Carlo simulations
to perform for inference
- conf_int
A double indicating the width confidence interval (default =
0.05) calculated on the Monte Carlo simulations
- digits
An integer indicating the number of digits to retain from the
spatial coordinates
- tol
When adding the points to the network, specify the minimum
distance between these points and the lines' extremities. When points are
closer, they are added at the extremity of the lines
- resolution
When simulating random points on the network, selecting a
resolution will reduce greatly the calculation time. When resolution is null
the random points can occur everywhere on the graph. If a value is specified,
the edges are split according to this value and the random points can only be
vertices on the new network
- agg
A double indicating if the events must be aggregated within a distance.
If NULL, the events are aggregated only by rounding the coordinates
- verbose
A Boolean indicating if progress messages should be displayed
- calc_g_func
A boolean indicating if the G function must also be calculated