- X
A point pattern (wmppp.object
) or a Dtable
object.
- r
A vector of distances. If NULL
, a default value is set: 32 unequally spaced values are used up to half the maximum distance between points \(d_m\). The first value is 0, first steps are small (\(d_m/200\)) then incresase progressively up to \(d_m/20\).
- NumberOfSimulations
The number of simulations to run, 100 by default.
- Alpha
The risk level, 5% by default.
- ReferenceType
One of the point types.
- NeighborType
One of the point types, equal to the reference type by default to caculate univariate M.
- CaseControl
Logical; if TRUE
, the case-control version of M is computed. ReferenceType points are cases, NeighborType points are controls.
- SimulationType
A string describing the null hypothesis to simulate. The null hypothesis may be
"RandomLocation": points are redistributed on the actual locations (default);
"RandomLabeling": randomizes point types, keeping locations and weights unchanged;
"PopulationIndependence": keeps reference points unchanged, randomizes other point locations.
- Global
Logical; if TRUE
, a global envelope sensu Duranton and Overman (2005) is calculated.
- verbose
Logical; if TRUE
, print progress reports during the simulations.
- parallel
Logical; if TRUE
, simulations can be run in parallel, see details.
- parallel_pgb_refresh
The proportion of simulations steps to be displayed by the parallel progress bar.
1 will show all but may slow down the computing, 1/100 only one out of a hundred.