spatstat (version 1.44-1)

plot.dppm: Plot a fitted determinantal point process

Description

Plots a fitted determinantal point process model, displaying the fitted intensity and the fitted summary function.

Usage

## S3 method for class 'dppm':
plot(x, ..., what=c("intensity", "statistic"))

Arguments

x
Fitted determinantal point process model. An object of class "dppm".
...
Arguments passed to plot.ppm and plot.fv to control the plot.
what
Character vector determining what will be plotted.

Value

  • Null.

Details

This is a method for the generic function plot for the class "dppm" of fitted determinantal point process models.

The argument x should be a determinantal point process model (object of class "dppm") obtained using the function dppm.

The choice of plots (and the order in which they are displayed) is controlled by the argument what. The options (partially matched) are "intensity" and "statistic".

This command is capable of producing two different plots: [object Object],[object Object]

See Also

dppm, plot.ppm,

Examples

Run this code
fit <- dppm(swedishpines ~ x + y, dppGauss())
  plot(fit)

Run the code above in your browser using DataCamp Workspace