Learn R Programming

spatstat.local (version 5.1-0)

methods.locmincon: Methods for Local Cluster or Cox Models

Description

Methods for various generic functions, for the class "locmincon" of locally fitted cluster or Cox point process models.

Usage

# S3 method for locmincon
as.ppp(X, ...)

# S3 method for locmincon print(x, ...)

Value

as.ppp returns an object of class "ppp".

print returns NULL.

Arguments

x,X

A locally-fitted Cox or cluster point process model (object of class "locmincon").

...

Additional arguments

Author

Adrian Baddeley

Details

Objects of class "locmincon" represent locally fitted cluster or Cox point process models.

The functions documented here provided methods for this class, for the generic functions as.ppp and print.

References

Baddeley, A. (2017) Local composite likelihood

Baddeley, A., Rubak, E. and Turner, R. (2015) Spatial Point Patterns: Methodology and Applications with R. Chapman and Hall/CRC Press.

See Also

locmincon

Examples

Run this code
  example(locmincon)
  fit
  as.ppp(fit)  

Run the code above in your browser using DataLab