Rudimentary plotting.
# S3 method for sg
plot(
x,
data,
which = NULL,
add = FALSE,
addPoints = FALSE,
points.pch = 1,
points.col = 1,
points.cex = 1,
max.edges = 10000,
...
)
an 'sg' graph object
The point pattern object, same as for computing the 'g'
Indices of which out-edges to plot. Default: all
Add to existing plot? (default: FALSE)
Add points? Will be added if add=FALSE
point styling
point styling
point styling
limit of edges to try to plot, gets very slow at high count. default 1e4
passed to 'lines' function