plot.sgc {spatgraphs} | R Documentation |
plot clusters
Description
plot clusters
Usage
## S3 method for class 'sgc'
plot(x, data, atleast = 2, add = FALSE, col, ...)
Arguments
x |
spatcluster-cluster object |
data |
point pattern object used for computing the graph |
atleast |
plot only cluster with 'atleast' points in them |
add |
add or plot new |
col |
colors for clusters, chosen randomly if missing. |
... |
passed to points |
[Package spatgraphs version 3.4 Index]