ghat function

Estimation of the g function

Estimation of the g function

Estimates the g function

ghat(X, r = NULL, ReferenceType = "", NeighborType = "", CheckArguments = TRUE)

Arguments

  • X: A weighted, marked, planar point pattern (wmppp.object).
  • r: A vector of distances. If NULL, a sensible default value is chosen (512 intervals, from 0 to half the diameter of the window) following spatstat .
  • ReferenceType: One of the point types. Default is all point types.
  • NeighborType: One of the point types. Default is all point types.
  • CheckArguments: Logical; if TRUE, the function arguments are verified. Should be set to FALSE to save time in simulations for example, when the arguments have been checked elsewhere.

Details

The computation of ghat relies on spatstat function sewpcf.

Returns

An object of class fv, see fv.object, which can be plotted directly using plot.fv.

References

Stoyan, D. and Stoyan, H. (1994) Fractals, random shapes and point fields: methods of geometrical statistics. John Wiley and Sons.

See Also

gEnvelope

Examples

data(paracou16) autoplot(paracou16) # Calculate g r <- 0:30 (Paracou <- ghat(paracou16, r, "Q. Rosea", "V. Americana")) # Plot autoplot(Paracou)
  • Maintainer: Eric Marcon
  • License: GNU General Public License
  • Last published: 2024-08-24