powered by
spscan.test
Plots object of class scan from spscan.test.
scan
# S3 method for scan plot(x, ..., nv = 100, border = NULL, ccol = NULL, clty = NULL, clwd = NULL)
An object of class scan.
Additional graphical parameters passed to the plot.ppp function.
plot.ppp
The number of verticies to draw the cluster circles. Default is 100.
The border color of the circle. Default is NULL, meaning black.
Fill color of the circles. Default is NULL, indicating empty.
Line type of circles. Default is NULL, indicting lty = 1.
lty = 1
Line width of circles. Default is NULL, indicating lwd = 2 for the most likely cluster and lwd = 1 for the rest.
lwd = 2
lwd = 1
If border, ccol, clty, or clwd are specified, then the length of these vectors must match nrow(x$coords).
border
ccol
clty
clwd
nrow(x$coords)
plot.ppp, draw.circle
draw.circle
# NOT RUN { data(grave) out = spscan.test(grave, case = 2, alpha = 0.1) plot(out, chars = c(1, 20), main = "most likely cluster") # }
Run the code above in your browser using DataLab