spatstat (version 1.49-0)

plot.influence.ppm: Plot Influence Measure

Description

Plots an influence measure that has been computed by influence.ppm.

Usage

# S3 method for influence.ppm
plot(x, ..., multiplot=TRUE)

Arguments

x

Influence measure (object of class "influence.ppm") computed by influence.ppm.

Arguments passed to plot.ppp to control the plotting.

multiplot

Logical value indicating whether it is permissible to plot more than one panel. This happens if the original point process model is multitype.

Value

None.

Details

This is the plot method for objects of class "influence.ppm". These objects are computed by the command influence.ppm.

The display shows circles centred at the data points with radii proportional to the influence values.

Use the argument clipwin to restrict the plot to a subset of the full data.

References

Baddeley, A. and Chang, Y.M. and Song, Y. (2013) Leverage and influence diagnostics for spatial point process models. Scandinavian Journal of Statistics 40, 86--104.

See Also

influence.ppm

Examples

Run this code
# NOT RUN {
   X <- rpoispp(function(x,y) { exp(3+3*x) })
   fit <- ppm(X, ~x+y)
   plot(influence(fit))
# }

Run the code above in your browser using DataCamp Workspace