influence.ppm
.
"plot"(x, ..., multiplot=TRUE)
"influence.ppm"
) computed by
influence.ppm
.
plot.ppp
to control the plotting.
"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.
influence.ppm
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 DataLab