Plots a cm_distance object.
# S3 method for cm_distance
plot(x, digits = 3, constant = 1,
label.dist = FALSE, layout = igraph::layout.fruchterman.reingold,
label.cex = 1, label.cex.scale.by.n = FALSE, alpha = NULL,
label.color = "black", use.vertex.shape = FALSE, arrow.size = 0.6, ...)
A cm_distance object.
The number of digits to use if distance labels are included on the edges.
A constant to weight the edges by.
logical. If TRUE
distance measures are placed on
the edges.
A layout; see layout
.
A constant to use for the label size.
logical. If TRUE
the label size is scaled
by the number of uses of the code.
The cut off value for pvalue inclusion of edges.
Color of the vertex labels.
logical. If TRUE
the vertex label if plotted
on a circle.
The size of the arrows. Currently this is a constant, so it is the same for every edge.
Further arguments passed to the chosen layout
.
Returns the igraph object.