"plot"(x, ..., what=c("intensity", "statistic"))"dppm".
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:
plot.ppm. By default this plot
is not produced for stationary models.
plot.fv. This is
only meaningful if the model has been fitted using the Method of
Minimum Contrast, and it is turned off otherwise.
dppm,
plot.ppm,
fit <- dppm(swedishpines ~ x + y, dppGauss())
plot(fit)
Run the code above in your browser using DataLab