Plots object from spscan.test.
Plots object of class scan
from
spscan.test
.
## S3 method for class 'spscan' plot(x, ..., nv = 100, border = NULL, ccol = NULL, clty = NULL, clwd = NULL)
x |
An object of class |
... |
Additional graphical parameters passed to the
|
nv |
The number of verticies to draw the cluster circles. Default is 100. |
border |
The border color of the circle. Default is NULL, meaning black. |
ccol |
Fill color of the circles. Default is NULL, indicating empty. |
clty |
Line type of circles. Default is NULL,
indicting |
clwd |
Line width of circles. Default is NULL,
indicating |
If border
, ccol
, clty
, or
clwd
are specified, then the length of these
vectors must match nrow(x$coords)
.
data(grave) out = spscan.test(grave, case = 2, alpha = 0.1) plot(out, chars = c(1, 20), main = "most likely cluster")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.